Datahug Relationship Manager

How many contacts do you have at a company website via your Datahug network?

Datahug Relationship Managerคืออะไร?

Datahug Relationship Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://apps.datahug.com และคุณลักษณะหลักของมันคือ "How many contacts do you have at a company website via your Datahug network?"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Datahug Relationship Manager

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

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

                        Note - This extension is a Chrome extension that works with Datahug's WebApp and is not the Sales Closer product.

- This extension automatically detects the company website you are visiting and retrieves the number of contacts you have within the company via your Datahug network.

- When available, you can easily navigate to the company's page within Datahug by clicking on the extension's icon.


--------------------------------

About Datahug:

Datahug is an award winning global technology company based in Dublin, Ireland. We are tackling some of the biggest and most exciting technical challenges in the technology industry today - big data and social networking.

Every organization already has its own private social network with 1,100 unique contacts per employee and our mission is to unlock and organize this network in order to help make business development easier, faster and more effective.

To find out more about us, please visit www.datahug.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Datahug Relationship Manager Datahug Relationship Manager
ID jhcemppcfhghdemjhckgjnhfjhpglaic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/datahug-relationship-mana/jhcemppcfhghdemjhckgjnhfjhpglaic
คำอธิบาย How many contacts do you have at a company website via your Datahug network?
ขนาดไฟล์ 140 KB
จำนวนการติดตั้ง 4,187
เวอร์ชันปัจจุบัน 2.4.96
อัปเดตครั้งล่าสุด 2019-06-18
วันที่เผยแพร่ 2019-06-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://apps.datahug.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.datahug.com
URL หน้าช่วยเหลือ http://datahug.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://www.calliduscloud.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Datahug Relationship Manager",
    "version": "2.4.96",
    "manifest_version": 2,
    "description": "How many contacts do you have at a company website via your Datahug network?",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": "128x128.png"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/d1t0vbwo5k3h7v.cloudfront.net\/Extensions\/selectorscript.js; object-src 'self'",
    "browser_action": {
        "default_title": "Datahug.com",
        "default_icon": "facesGreySixtyFour.png"
    },
    "homepage_url": "http:\/\/datahug.com\/",
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/apps.datahug.com\/*\/",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "favicon.ico",
        "favicon0.ico",
        "favicon1.ico",
        "favicon2.ico",
        "favicon3.ico",
        "favicon4.ico",
        "favicon5.ico",
        "favicon6.ico",
        "favicon7.ico",
        "favicon8.ico",
        "favicon9.ico",
        "favicon10plus.ico",
        "favicon20plus.ico",
        "favicon50plus.ico",
        "favicon99plus.ico",
        "faviconGrey.ico",
        "22x25.png",
        "0.png",
        "1.png",
        "2.png",
        "3.png",
        "4.png",
        "5.png",
        "6.png",
        "7.png",
        "8.png",
        "9.png",
        "10plus.png",
        "20plus.png",
        "50plus.png",
        "99plus.png",
        "logo.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.4.4.js",
                "jqModal.js",
                "jquery.cluetip.min.js",
                "contentscript.js",
                "selectorscript.js"
            ],
            "css": [
                "jqModal.css",
                "jquery.cluetip.css",
                "MainStyles.css"
            ]
        }
    ]
}