Sharetivity 360 prospecting

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

Vad är Sharetivity 360 prospecting?

Sharetivity 360 prospecting är en Chrome-tillägg utvecklad av https://sharetivity.com, och dess huvudfunktion är "Intelligent prospecting by allowing salespeople to find personalized content with one click.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Sharetivity 360 prospecting-förlängningens CRX-fil

Ladda ner Sharetivity 360 prospecting-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Sharetivity 360 prospecting Sharetivity 360 prospecting
ID gbejiphflkbmdbcbienhmebjkjhmiefn
Officiell webbadress https://chromewebstore.google.com/detail/sharetivity-360-prospecti/gbejiphflkbmdbcbienhmebjkjhmiefn
Beskrivning Intelligent prospecting by allowing salespeople to find personalized content with one click.
Filstorlek 295 KB
Antal Installationer 299
Aktuell Version 2.1.2.1
Senast Uppdaterad 2021-01-28
Publiceringsdatum 2020-06-04
Betyg 5.00/5 Totalt 10 Betyg
Utvecklare https://sharetivity.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://sharetivity.com
Hjälpsida URL https://sharetivity.com/faq
URL till Sekretesspolicy Sidan https://sharetivity.com/privacy-policy
Stödda Språk 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",
        ""
    ]
}