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 Drop.In द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Drop.In एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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/ |
सहायता पृष्ठ URL | http://dropin.versoly.page/ |
गोपनीयता नीति पृष्ठ URL | 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 } } |