Business Socialiser

Find contacts easly from searches

什麼是Business Socialiser?

Business Socialiser是由Rupert's Tools開發的Chrome擴展程式,該擴展的主要功能是“Find contacts easly from searches”。

擴展截圖

screenshot

下載Business Socialiser擴展crx文件

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

擴展使用說明

                        Find contacts easily from searches                    

擴展基本資訊

名稱 Business Socialiser Business Socialiser
ID jlfpdegpjobhmbfdplmfnnmaocfbdbdj
官方網址 https://chrome.google.com/webstore/detail/business-socialiser/jlfpdegpjobhmbfdplmfnnmaocfbdbdj
簡介 Find contacts easly from searches
檔案大小 110 KB
安裝次數 100
目前版本 1.8.5
更新時間 2019-12-23
上架時間 2019-12-23
評分 5.00/5 共 1 次評分
開發者 Rupert's Tools
付費類型 free
隱私政策頁面URL https://www.rupertsamuel.com/pages/privacy-policy
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Business Socialiser",
    "version": "1.8.5",
    "description": "Find contacts easly from searches",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/eumetric.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/www.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js",
            "licencing.js",
            "jquery-3.3.1.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/3.png"
        }
    },
    "icons": {
        "128": "images\/3.png"
    },
    "manifest_version": 2
}