TalkingPoints Extension

TalkingPoints extension enables you to scan latest company's sales triggers by a click of a button.

TalkingPoints Extensionคืออะไร?

TalkingPoints Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PredictLeads และคุณลักษณะหลักของมันคือ "TalkingPoints extension enables you to scan latest company's sales triggers by a click of a button."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TalkingPoints Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}