Sharetivity 360 prospecting

Intelligent prospecting by allowing salespeople to find personalized content with one click.

什麼是Sharetivity 360 prospecting?

Sharetivity 360 prospecting是由https://sharetivity.com開發的Chrome擴展程式,該擴展的主要功能是“Intelligent prospecting by allowing salespeople to find personalized content with one click.”。

擴展截圖

screenshot
screenshot
screenshot

下載Sharetivity 360 prospecting擴展crx文件

下載Sharetivity 360 prospecting擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Sharetivity, with one click gives you a 360  view of your prospect, so you can easily find that icebreaker before you reach out to my prospect.
This includes all sources you normally go to like Google, Linkedin, the company's' website, Twitter and YouTube.

Simple, easy and free                    

擴展基本資訊

名稱 Sharetivity 360 prospecting Sharetivity 360 prospecting
ID gbejiphflkbmdbcbienhmebjkjhmiefn
官方網址 https://chromewebstore.google.com/detail/sharetivity-360-prospecti/gbejiphflkbmdbcbienhmebjkjhmiefn
簡介 Intelligent prospecting by allowing salespeople to find personalized content with one click.
檔案大小 295 KB
安裝次數 299
目前版本 2.1.2.1
更新時間 2021-01-28
上架時間 2020-06-04
評分 5.00/5 共 10 次評分
開發者 https://sharetivity.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sharetivity.com
說明頁面URL https://sharetivity.com/faq
隱私政策頁面URL https://sharetivity.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sharetivity 360 prospecting",
    "description": "Intelligent prospecting by allowing salespeople to find personalized content with one click.",
    "version": "2.1.2.1",
    "browser_action": {
        "default_title": "Sharetivity 360"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "jquery.js",
            "jquery-ui.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "jquery.js",
                "jquery-ui.js"
            ],
            "run_at": "document_end",
            "css": [
                "main.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "20": "images\/icon-20.png",
        "32": "images\/icon-32.png",
        "24": "images\/icon-24.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "cookies",
        ""
    ]
}