Drop.In
Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩.
Wat is Drop.In?
Drop.In is een Chrome-extensie ontwikkeld door Drop.In, en de belangrijkste functie is "Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩.".
Extensie Screenshots
Download het CRX-bestand van de extensie Drop.In
Download Drop.In-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! 🤩
Basisinformatie over de Extensie
Naam | Drop.In |
ID | ffjinbbakcnaenpobnbohbfobcafgheb |
Officiële URL | https://chromewebstore.google.com/detail/dropin/ffjinbbakcnaenpobnbohbfobcafgheb |
Beschrijving | Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩. |
Bestandsgrootte | 22.85 KB |
Aantal Installaties | 101 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-06-16 |
Publicatiedatum | 2021-06-16 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Drop.In |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://dropin.versoly.page/ |
Help Pagina-URL | http://dropin.versoly.page/ |
URL van de Privacybeleid Pagina | https://dropin.versoly.page |
Ondersteunde Talen | 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 } } |