Drop.In

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

ما هو Drop.In؟

Drop.In هو إضافة Chrome تم تطويرها بواسطة Drop.In، والميزة الرئيسية لها هي "Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Drop.In

قم بتنزيل ملفات الامتداد Drop.In بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Drop.In Drop.In
ID ffjinbbakcnaenpobnbohbfobcafgheb
عنوان URL الرسمي https://chromewebstore.google.com/detail/dropin/ffjinbbakcnaenpobnbohbfobcafgheb
الوصف Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩.
حجم الملف 22.85 KB
عدد التثبيتات 101
النسخة الحالية 1.0
آخر تحديث 2021-06-16
تاريخ النشر 2021-06-16
تقييم 5.00/5 مجموع تقييمات 2
المطور Drop.In
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://dropin.versoly.page/
عنوان صفحة المساعدة http://dropin.versoly.page/
عنوان صفحة سياسة الخصوصية https://dropin.versoly.page
اللغات المدعومة 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
    }
}