Sharetivity 360 prospecting

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

Sharetivity 360 prospectingคืออะไร?

Sharetivity 360 prospecting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sharetivity.com และคุณลักษณะหลักของมันคือ "Intelligent prospecting by allowing salespeople to find personalized content with one click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sharetivity 360 prospecting

ดาวน์โหลดไฟล์ส่วนขยาย Sharetivity 360 prospecting ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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",
        ""
    ]
}