Sharetivity 360 prospecting

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

Qu'est-ce que Sharetivity 360 prospecting ?

Sharetivity 360 prospecting est une extension Chrome développée par https://sharetivity.com, et sa fonction principale est "Intelligent prospecting by allowing salespeople to find personalized content with one click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Sharetivity 360 prospecting

Téléchargez les fichiers d'extension Sharetivity 360 prospecting au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Sharetivity 360 prospecting Sharetivity 360 prospecting
ID gbejiphflkbmdbcbienhmebjkjhmiefn
URL Officiel https://chromewebstore.google.com/detail/sharetivity-360-prospecti/gbejiphflkbmdbcbienhmebjkjhmiefn
Description Intelligent prospecting by allowing salespeople to find personalized content with one click.
Taille du Fichier 295 KB
Nombre d'Installations 299
Version Actuelle 2.1.2.1
Dernière Mise à Jour 2021-01-28
Date de Publication 2020-06-04
Évaluation 5.00/5 Total 10 Évaluations
Développeur https://sharetivity.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sharetivity.com
URL de la Page d'Aide https://sharetivity.com/faq
URL de la Page de Politique de Confidentialité https://sharetivity.com/privacy-policy
Langues Prises en Charge 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",
        ""
    ]
}