First Touch
First Touch Google extension
First Touchคืออะไร?
First Touch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://firsttouch.ai และคุณลักษณะหลักของมันคือ "First Touch Google extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย First Touch
ดาวน์โหลดไฟล์ส่วนขยาย First Touch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Research, prospect, and create personalized outreach with the click of a button. Combines hundreds of data sources to supercharge your outreach and save you time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | First Touch |
ID | dbkabjeliahdblphpbgljbngijgknjfj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/first-touch/dbkabjeliahdblphpbgljbngijgknjfj |
คำอธิบาย | First Touch Google extension |
ขนาดไฟล์ | 419 KB |
จำนวนการติดตั้ง | 120 |
เวอร์ชันปัจจุบัน | 2.1.4 |
อัปเดตครั้งล่าสุด | 2024-02-15 |
วันที่เผยแพร่ | 2023-12-22 |
คะแนน | 5.00/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | https://firsttouch.ai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://firsttouch.ai |
URL หน้าช่วยเหลือ | https://www.firsttouch.ai/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://www.firsttouch.ai/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "First Touch", "description": "First Touch Google extension", "version": "2.1.4", "manifest_version": 3, "action": { "default_title": "First Touch" }, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "permissions": [ "webNavigation", "declarativeContent", "activeTab", "scripting", "identity" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/linkedin-widget.umd.js-loader-fe60b5c5.js" ], "matches": [ "https:\/\/www.linkedin.com\/*" ], "run_at": "document_idle" } ], "host_permissions": [ "*:\/\/*.firsttouch.ai\/*", "*:\/\/*.linkedin.com\/*", "http:\/\/localhost\/*" ], "web_accessible_resources": [ { "matches": [ " |