Sharetivity 360 prospecting

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

Co to jest Sharetivity 360 prospecting?

Sharetivity 360 prospecting to rozszerzenie Chrome opracowane przez https://sharetivity.com, a jego główną funkcją jest „Intelligent prospecting by allowing salespeople to find personalized content with one click.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Sharetivity 360 prospecting

Pobierz pliki rozszerzeń Sharetivity 360 prospecting w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Sharetivity 360 prospecting Sharetivity 360 prospecting
ID gbejiphflkbmdbcbienhmebjkjhmiefn
Oficjalny URL https://chromewebstore.google.com/detail/sharetivity-360-prospecti/gbejiphflkbmdbcbienhmebjkjhmiefn
Opis Intelligent prospecting by allowing salespeople to find personalized content with one click.
Rozmiar pliku 295 KB
Liczba instalacji 299
Aktualna Wersja 2.1.2.1
Ostatnia Aktualizacja 2021-01-28
Data Publikacji 2020-06-04
Ocena 5.00/5 Łącznie 10 Oceny
Deweloper https://sharetivity.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sharetivity.com
Adres URL Strony Pomocy https://sharetivity.com/faq
Adres URL Strony Polityki Prywatności https://sharetivity.com/privacy-policy
Obsługiwane Języki 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",
        ""
    ]
}