Sharetivity 360 prospecting

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

Wat is Sharetivity 360 prospecting?

Sharetivity 360 prospecting is een Chrome-extensie ontwikkeld door https://sharetivity.com, en de belangrijkste functie is "Intelligent prospecting by allowing salespeople to find personalized content with one click.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Sharetivity 360 prospecting

Download Sharetivity 360 prospecting-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Sharetivity 360 prospecting Sharetivity 360 prospecting
ID gbejiphflkbmdbcbienhmebjkjhmiefn
Officiële URL https://chromewebstore.google.com/detail/sharetivity-360-prospecti/gbejiphflkbmdbcbienhmebjkjhmiefn
Beschrijving Intelligent prospecting by allowing salespeople to find personalized content with one click.
Bestandsgrootte 295 KB
Aantal Installaties 299
Huidige Versie 2.1.2.1
Laatst Bijgewerkt 2021-01-28
Publicatiedatum 2020-06-04
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar https://sharetivity.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sharetivity.com
Help Pagina-URL https://sharetivity.com/faq
URL van de Privacybeleid Pagina https://sharetivity.com/privacy-policy
Ondersteunde Talen 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",
        ""
    ]
}