Drop.In

Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩.

Qu'est-ce que Drop.In ?

Drop.In est une extension Chrome développée par Drop.In, et sa fonction principale est "Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Drop.In

Téléchargez les fichiers d'extension Drop.In au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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! 🤩                    

Informations de Base sur l'Extension

Nom Drop.In Drop.In
ID ffjinbbakcnaenpobnbohbfobcafgheb
URL Officiel 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!🤩.
Taille du Fichier 22.85 KB
Nombre d'Installations 101
Version Actuelle 1.0
Dernière Mise à Jour 2021-06-16
Date de Publication 2021-06-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur Drop.In
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://dropin.versoly.page/
URL de la Page d'Aide http://dropin.versoly.page/
URL de la Page de Politique de Confidentialité https://dropin.versoly.page
Langues Prises en Charge 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
    }
}