Drop.In

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

Co to jest Drop.In?

Drop.In to rozszerzenie Chrome opracowane przez Drop.In, a jego główną funkcją jest „Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Drop.In

Pobierz pliki rozszerzeń Drop.In w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Drop.In Drop.In
ID ffjinbbakcnaenpobnbohbfobcafgheb
Oficjalny URL https://chromewebstore.google.com/detail/dropin/ffjinbbakcnaenpobnbohbfobcafgheb
Opis Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩.
Rozmiar pliku 22.85 KB
Liczba instalacji 101
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-06-16
Data Publikacji 2021-06-16
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Drop.In
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://dropin.versoly.page/
Adres URL Strony Pomocy http://dropin.versoly.page/
Adres URL Strony Polityki Prywatności https://dropin.versoly.page
Obsługiwane Języki 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
    }
}