MetaProducts Inquiry

Chrome saver client for MetaProducts Inquiry.

什麼是MetaProducts Inquiry?

MetaProducts Inquiry是由https://metaproducts.com開發的Chrome擴展程式,該擴展的主要功能是“Chrome saver client for MetaProducts Inquiry.”。

擴展截圖

screenshot
screenshot

下載MetaProducts Inquiry擴展crx文件

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

擴展使用說明

                        This is the full integration of MetaProducts Inquiry into the Chrome browser (http://metaproducts.com/mp/Inquiry_Standard_Edition.htm.)                    

擴展基本資訊

名稱 MetaProducts Inquiry MetaProducts Inquiry
ID mgmijilbahfecncfaghcphilbkknacil
官方網址 https://chromewebstore.google.com/detail/metaproducts-inquiry/mgmijilbahfecncfaghcphilbkknacil
簡介 Chrome saver client for MetaProducts Inquiry.
檔案大小 393 KB
安裝次數 222
目前版本 1.4.0
更新時間 2014-02-11
上架時間 2014-02-10
評分 4.20/5 共 5 次評分
開發者 https://metaproducts.com
付費類型 free
擴展官網 http://metaproducts.com/mp/Inquiry_Standard_Edition.htm
說明頁面URL http://metaproducts.com/mp/mpSupport.asp
支援的語言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "version": "1.4.0",
    "minimum_chrome_version": "20",
    "default_locale": "en",
    "homepage_url": "http:\/\/metaproducts.com",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jsContent\/browserAPI.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        }
    },
    "permissions": [
        "tabs",
        "notifications",
        "nativeMessaging",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}