Drop.In
Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩.
Drop.In là gì?
Drop.In là một tiện ích mở rộng Chrome được phát triển bởi Drop.In, và tính năng chính của nó là "Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Drop.In
Tải xuống các tệp mở rộng Drop.In dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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! 🤩
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Drop.In |
ID | ffjinbbakcnaenpobnbohbfobcafgheb |
URL Chính Thức | https://chromewebstore.google.com/detail/dropin/ffjinbbakcnaenpobnbohbfobcafgheb |
Mô tả | Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩. |
Kích Thước Tệp | 22.85 KB |
Số Lần Cài Đặt | 101 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-06-16 |
Ngày Phát Hành | 2021-06-16 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Drop.In |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://dropin.versoly.page/ |
URL Trang Trợ Giúp | http://dropin.versoly.page/ |
URL Trang Chính Sách Bảo Mật | https://dropin.versoly.page |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |