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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://sharetivity.com/faq
عنوان صفحة سياسة الخصوصية 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",
        ""
    ]
}