TalkingPoints Extension
TalkingPoints extension enables you to scan latest company's sales triggers by a click of a button.
什么是TalkingPoints Extension?
TalkingPoints Extension是由PredictLeads开发的Chrome扩展程序,该扩展的主要功能是“TalkingPoints extension enables you to scan latest company's sales triggers by a click of a button.”。
扩展截图
下载TalkingPoints Extension扩展crx文件
下载TalkingPoints Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
TalkingPoints extension enables you to scan latest company's sales triggers by a click of a button.
扩展基本信息
名称 | TalkingPoints Extension |
ID | cllcfnlpahekfiplbnepiaaepmcpgljc |
官方URL | https://chromewebstore.google.com/detail/talkingpoints-extension/cllcfnlpahekfiplbnepiaaepmcpgljc |
简介 | TalkingPoints extension enables you to scan latest company's sales triggers by a click of a button. |
文件大小 | 356 KB |
安装次数 | 253 |
当前版本 | 1.70 |
更新时间 | 2023-06-20 |
上架时间 | 2020-03-06 |
评分 | 5.00/5 共21次评分 |
开发者 | PredictLeads |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://talkingpoints.io |
隐私政策页面URL | https://predictleads.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TalkingPoints Extension", "short_name": "TalkingPoints", "version": "1.70", "homepage_url": "https:\/\/predictleads.com", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkl3+hV3UBKV3sIo\/BRDf12OFyr7rzKV3imSX381BV+OaHq3Gz+qskSPua+hqQlpv1WxuWX2ixIK0pSJym77mR++EzfDJeqdthypdX6d5fGlfxczkQzasu\/EfE3JcG3F+1KluV0CTYHEE3gzxFsfmxLOeWNVgYmTpofPUEmB1QdJMJ2+BjLdl6HhgA13NUebzHbIxyZ4pu+lel5ELkawh1\/ZuJqER5wiwk9oq2JOP3yM1SrmanGlRBKRE51Ez38u1y9X43xgAkm4TWOwgJOoYAZMa3XILnFfOYOm6ptj5Y5xpOYD65GZ7bdlrxN7dcnGPOrWGaS1mLbmm+h50xpxVPwIDAQAB", "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content-script.js" ] } ], "action": { "default_title": "Talking Points Extension", "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" } }, "web_accessible_resources": [ { "resources": [ "popup.html" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "use_dynamic_url": true } ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "permissions": [ "activeTab" ] } |