Sharetivity 360 prospecting

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

Hvad er Sharetivity 360 prospecting?

Sharetivity 360 prospecting er en Chrome-udvidelse udviklet af https://sharetivity.com, og dens hovedfunktion er "Intelligent prospecting by allowing salespeople to find personalized content with one click.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Sharetivity 360 prospecting-udvidelses-CRX-fil

Download Sharetivity 360 prospecting-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Sharetivity 360 prospecting Sharetivity 360 prospecting
ID gbejiphflkbmdbcbienhmebjkjhmiefn
Officiel URL https://chromewebstore.google.com/detail/sharetivity-360-prospecti/gbejiphflkbmdbcbienhmebjkjhmiefn
Beskrivelse Intelligent prospecting by allowing salespeople to find personalized content with one click.
Filstørrelse 295 KB
Antal Installationer 299
Nuværende Version 2.1.2.1
Senest Opdateret 2021-01-28
Udgivelsesdato 2020-06-04
Bedømmelse 5.00/5 Samlet 10 Bedømmelser
Udvikler https://sharetivity.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://sharetivity.com
Hjælpeside-URL https://sharetivity.com/faq
URL til Fortrolighedspolitik Side https://sharetivity.com/privacy-policy
Understøttede Sprog 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",
        ""
    ]
}