eData Search

Allows the user to search companies in eData.biz.

什麼是eData Search?

eData Search是由eData開發的Chrome擴展程式,該擴展的主要功能是“Allows the user to search companies in eData.biz.”。

擴展截圖

screenshot
screenshot

下載eData Search擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 eData Search eData Search
ID ffdabnbhabodigjmnnehnnceifgkogao
官方網址 https://chromewebstore.google.com/detail/edata-search/ffdabnbhabodigjmnnehnnceifgkogao
簡介 Allows the user to search companies in eData.biz.
檔案大小 103 KB
安裝次數 66
目前版本 1.2
更新時間 2017-12-12
上架時間 2017-12-12
評分 5.00/5 共 3 次評分
開發者 eData
電子郵箱 [email protected]
付費類型 free
擴展官網 https://edata.biz
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eData Search",
    "description": "Allows the user to search companies in eData.biz.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "\/app\/images\/edata-icon-48.png",
        "default_popup": "\/app\/template\/panel.html",
        "default_title": "eData Search"
    },
    "icons": {
        "16": "\/app\/images\/edata-icon-16.png",
        "32": "\/app\/images\/edata-icon-32.png",
        "48": "\/app\/images\/edata-icon-48.png"
    },
    "background": {
        "scripts": [
            "\/app\/js\/content_script.js",
            "\/app\/js\/jquery-3.2.1.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.edata.biz\/*"
            ],
            "js": [
                "\/app\/js\/edata_script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "https:\/\/*.edata.biz\/*"
    ],
    "homepage_url": "https:\/\/edata.biz"
}