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
公式URL 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
Eメール [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",
        ""
    ]
}