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! 🤩
扩展基本信息
名称 | 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 } } |