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
电子邮箱 [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",
        ""
    ]
}