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 |
| 公式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 |
| Eメール | [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
}
} | |