First Touch
First Touch Google extension
What is First Touch?
First Touch is a Chrome extension developed by https://firsttouch.ai, and its main feature is "First Touch Google extension".
Extension Screenshots
Download First Touch Extension CRX File
Download First Touch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | First Touch |
ID | dbkabjeliahdblphpbgljbngijgknjfj |
Official URL | https://chromewebstore.google.com/detail/first-touch/dbkabjeliahdblphpbgljbngijgknjfj |
Description | First Touch Google extension |
File Size | 419 KB |
Installation Count | 120 |
Current Version | 2.1.4 |
Last Updated | 2024-02-15 |
Publish Date | 2023-12-22 |
Rating | 5.00/5 Total 12 Ratings |
Developer | https://firsttouch.ai |
[email protected] | |
Payment Type | free |
Extension Website | https://firsttouch.ai |
Help Page URL | https://www.firsttouch.ai/contact |
Privacy Policy Page URL | https://www.firsttouch.ai/privacy-policy |
Supported Languages | 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": [ " |