Sharetivity 360 prospecting

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

Was ist Sharetivity 360 prospecting?

Sharetivity 360 prospecting ist eine Chrome-Erweiterung, die von https://sharetivity.com entwickelt wurde, und ihr Hauptmerkmal ist "Intelligent prospecting by allowing salespeople to find personalized content with one click.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Sharetivity 360 prospecting-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sharetivity 360 prospecting-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Sharetivity 360 prospecting Sharetivity 360 prospecting
ID gbejiphflkbmdbcbienhmebjkjhmiefn
Offizielle URL https://chromewebstore.google.com/detail/sharetivity-360-prospecti/gbejiphflkbmdbcbienhmebjkjhmiefn
Beschreibung Intelligent prospecting by allowing salespeople to find personalized content with one click.
Dateigröße 295 KB
Installationsanzahl 299
Aktuelle Version 2.1.2.1
Letztes Update 2021-01-28
Veröffentlichungsdatum 2020-06-04
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler https://sharetivity.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sharetivity.com
Hilfeseite URL https://sharetivity.com/faq
URL der Datenschutzrichtlinien-Seite https://sharetivity.com/privacy-policy
Unterstützte Sprachen 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",
        ""
    ]
}