Drop.In
Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩.
What is Drop.In?
Drop.In is a Chrome extension developed by Drop.In, and its main feature is "Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩.".
Extension Screenshots
Download Drop.In Extension CRX File
Download Drop.In extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tired of typing your information over and over in numerous job applications? Now you just need to type once, and drag 'n drop! 😎 #Easy-to-use Just add your information once, and you are ready to go! #Privacy It is your data! Everything is stored locally, so we don't have access. #Free No memberships, no costs, no ads! 🤩
Extension Basic Information
Name | Drop.In |
ID | ffjinbbakcnaenpobnbohbfobcafgheb |
Official URL | https://chromewebstore.google.com/detail/dropin/ffjinbbakcnaenpobnbohbfobcafgheb |
Description | Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩. |
File Size | 22.85 KB |
Installation Count | 101 |
Current Version | 1.0 |
Last Updated | 2021-06-16 |
Publish Date | 2021-06-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Drop.In |
[email protected] | |
Payment Type | free |
Extension Website | http://dropin.versoly.page/ |
Help Page URL | http://dropin.versoly.page/ |
Privacy Policy Page URL | https://dropin.versoly.page |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drop.In", "description": "Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!\ud83e\udd29.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": ".\/images\/icon_16.png", "32": ".\/images\/icon_32.png", "48": ".\/images\/icon_48.png", "128": ".\/images\/icon_128.png" } }, "icons": { "16": ".\/images\/icon_16.png", "32": ".\/images\/icon_32.png", "48": ".\/images\/icon_48.png", "128": ".\/images\/icon_128.png" }, "options_ui": { "page": "configuration.html", "open_in_tab": true } } |