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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Drop.In และคุณลักษณะหลักของมันคือ "Browser extension to simplify the process of applying for jobs. Simply add your information and just drag 'n drop!🤩."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drop.In
ดาวน์โหลดไฟล์ส่วนขยาย 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 } } |