Drop.In

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

Cos'è Drop.In?

Drop.In è un'estensione di Chrome sviluppata da Drop.In, e la sua funzione principale è "Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Drop.In

Scarica i file di estensione Drop.In in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Drop.In Drop.In
ID ffjinbbakcnaenpobnbohbfobcafgheb
URL Ufficiale https://chromewebstore.google.com/detail/dropin/ffjinbbakcnaenpobnbohbfobcafgheb
Descrizione Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩.
Dimensione del File 22.85 KB
Conteggio Installazioni 101
Versione Corrente 1.0
Ultimo Aggiornamento 2021-06-16
Data di Pubblicazione 2021-06-16
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Drop.In
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://dropin.versoly.page/
URL della Pagina di Aiuto http://dropin.versoly.page/
URL della Pagina della Politica sulla Privacy https://dropin.versoly.page
Lingue Supportate 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
    }
}