Sharetivity 360 prospecting

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

Sharetivity 360 prospecting là gì?

Sharetivity 360 prospecting là một tiện ích mở rộng Chrome được phát triển bởi https://sharetivity.com, và tính năng chính của nó là "Intelligent prospecting by allowing salespeople to find personalized content with one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sharetivity 360 prospecting

Tải xuống các tệp mở rộng Sharetivity 360 prospecting dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sharetivity 360 prospecting Sharetivity 360 prospecting
ID gbejiphflkbmdbcbienhmebjkjhmiefn
URL Chính Thức https://chromewebstore.google.com/detail/sharetivity-360-prospecti/gbejiphflkbmdbcbienhmebjkjhmiefn
Mô tả Intelligent prospecting by allowing salespeople to find personalized content with one click.
Kích Thước Tệp 295 KB
Số Lần Cài Đặt 299
Phiên Bản Hiện Tại 2.1.2.1
Cập Nhật Lần Cuối 2021-01-28
Ngày Phát Hành 2020-06-04
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://sharetivity.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sharetivity.com
URL Trang Trợ Giúp https://sharetivity.com/faq
URL Trang Chính Sách Bảo Mật https://sharetivity.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}