Contactz.io

Get contact details instantly!

什麼是Contactz.io?

Contactz.io是由Contactz.io開發的Chrome擴展程式,該擴展的主要功能是“Get contact details instantly!”。

擴展截圖

screenshot

下載Contactz.io擴展crx文件

下載Contactz.io擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        WELCOME TO CONTACTZ.IO
The Business Network where members share contact information with each other.

HOW DOES IT WORK
Install the Chrome Extension and most of your LinkedIn search results now show contact details.

✔ Click a phone to call from mobile
✔ Click an email to start writing it immediately
✔ Use an email template to start your emails faster
✔ Download a list of all contacts

THE MEMBERS
Our members comes from all walks of life and countries, they all share a passion to promote goals and business.

HOW TO BECOME A MEMBER
Agree to share your own contacts’ details.
It’s done automatically. That’s it.

JOIN THE CONTACTZ BUSINESS NETWORK
Get contact details in your LinkedIn searches and profiles for FREE for the duration of the launch period.                    

擴展基本資訊

名稱 Contactz.io Contactz.io
ID hfapamnlpelpdfenngkokhlcieeoclbo
官方網址 https://chrome.google.com/webstore/detail/contactzio/hfapamnlpelpdfenngkokhlcieeoclbo
簡介 Get contact details instantly!
檔案大小 47.07 KB
安裝次數 86
目前版本 1.0.0.44
更新時間 2019-09-28
上架時間 2019-09-28
評分 4.50/5 共 2 次評分
開發者 Contactz.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://contactz.io/
說明頁面URL https://contactz.io/
隱私政策頁面URL https://details.getcustomers.co/terms.html
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contactz.io",
    "version": "1.0.0.44",
    "description": "Get contact details instantly!",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "permissions": [
            "https:\/\/details.getcustomers.co\/*"
        ]
    },
    "browser_action": {
        "default_title": "Contactz.io",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "\/*.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.linkedin.com; object-src 'self'; media-src 'self' filesystem:",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "clipboardRead",
        "webNavigation",
        "contextMenus",
        "cookies",
        "alarms",
        "storage",
        "notifications",
        "identity",
        "webRequest",
        "activeTab",
        "webRequestBlocking",
        "*:\/\/*.linkedin.com\/*",
        "https:\/\/details.getcustomers.co\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}