Sharetivity 360 prospecting

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

Sharetivity 360 prospecting란 무엇입니까?

Sharetivity 360 prospecting은(는) https://sharetivity.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Intelligent prospecting by allowing salespeople to find personalized content with one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Sharetivity 360 prospecting 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Sharetivity 360 prospecting Sharetivity 360 prospecting
ID gbejiphflkbmdbcbienhmebjkjhmiefn
공식 URL https://chromewebstore.google.com/detail/sharetivity-360-prospecti/gbejiphflkbmdbcbienhmebjkjhmiefn
설명 Intelligent prospecting by allowing salespeople to find personalized content with one click.
파일 크기 295 KB
설치 횟수 299
현재 버전 2.1.2.1
최근 업데이트 2021-01-28
출시 날짜 2020-06-04
평점 5.00/5 총 10 개의 평점
개발자 https://sharetivity.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sharetivity.com
도움말 페이지 URL https://sharetivity.com/faq
개인정보 보호 정책 페이지 URL https://sharetivity.com/privacy-policy
지원되는 언어 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",
        ""
    ]
}