Sharetivity 360 prospecting

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

What is Sharetivity 360 prospecting?

Sharetivity 360 prospecting is a Chrome extension developed by https://sharetivity.com, and its main feature is "Intelligent prospecting by allowing salespeople to find personalized content with one click.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Sharetivity 360 prospecting Extension CRX File

Download Sharetivity 360 prospecting extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Sharetivity 360 prospecting Sharetivity 360 prospecting
ID gbejiphflkbmdbcbienhmebjkjhmiefn
Official URL https://chromewebstore.google.com/detail/sharetivity-360-prospecti/gbejiphflkbmdbcbienhmebjkjhmiefn
Description Intelligent prospecting by allowing salespeople to find personalized content with one click.
File Size 295 KB
Installation Count 299
Current Version 2.1.2.1
Last Updated 2021-01-28
Publish Date 2020-06-04
Rating 5.00/5 Total 10 Ratings
Developer https://sharetivity.com
Email [email protected]
Payment Type free
Extension Website https://sharetivity.com
Help Page URL https://sharetivity.com/faq
Privacy Policy Page URL https://sharetivity.com/privacy-policy
Supported Languages 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",
        ""
    ]
}