A powerful browser extension that transforms your mobile device into a secure controller for web applications. Available for Chrome and Firefox, this TypeScript-based React application leverages the [global-input-react] module to enable seamless mobile-to-desktop interactions.
The extension creates a secure bridge between your mobile device and web browser, enabling you to interact with web pages directly from your mobile device. It provides secure data transfer capabilities while maintaining end-to-end encryption, making it ideal for tasks such as automated sign-in and authentication, secure form completion, mobile-based data storage and encryption, and custom element interaction and control.
The extension works seamlessly with popular platforms and services including development and tools platforms like GitHub, GitLab, npm, Digital Ocean, JSFiddle, JS Bin, Heroku, and MuleSoft; productivity tools such as Dropbox, Evernote, Lucidchart, ProtonMail, and CamScanner; social and business platforms including LinkedIn, Twitter, Facebook, Microsoft, Google, and Apple; and e-commerce services like Amazon, AWS, Adobe, Atlassian, Tesco, Papa John's, WisePay, and 123-reg.
- Node.js and npm installed
- Git for version control
- Clone the repository:
git clone https://github.com/global-input/browser-extension.git
- Navigate to project directory:
cd browser-extension
- Install dependencies:
npm install
- Build the project:
npm run build
- Start development server:
npm start
You can install the extension in two ways:
Install directly from the Chrome Web Store
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Click "Load unpacked" button
- Navigate to and select the
build
directory in your project folder - The extension should now appear in your Chrome extensions list
We welcome contributions! Please feel free to submit a Pull Request.
MIT License
Copyright (c) 2024 Global Input App
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
For more information and documentation, visit Global Input App