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開發的Chrome擴展程式,該擴展的主要功能是“Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩.”。
擴展截圖
下載Drop.In擴展crx文件
下載Drop.In擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! 🤩 擴展基本資訊
| 名稱 | |
| ID | ffjinbbakcnaenpobnbohbfobcafgheb |
| 官方網址 | 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
}
} | |