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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |