First Touch
First Touch Google extension
什么是First Touch?
First Touch是由https://firsttouch.ai开发的Chrome扩展程序,该扩展的主要功能是“First Touch Google extension”。
扩展截图
下载First Touch扩展crx文件
下载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": [ " |