MetaProducts Inquiry

Chrome saver client for MetaProducts Inquiry.

What is MetaProducts Inquiry?

MetaProducts Inquiry is a Chrome extension developed by https://metaproducts.com, and its main feature is "Chrome saver client for MetaProducts Inquiry.".

Extension Screenshots

screenshot
screenshot

Download MetaProducts Inquiry Extension CRX File

Download MetaProducts Inquiry extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name MetaProducts Inquiry MetaProducts Inquiry
ID mgmijilbahfecncfaghcphilbkknacil
Official URL https://chromewebstore.google.com/detail/metaproducts-inquiry/mgmijilbahfecncfaghcphilbkknacil
Description Chrome saver client for MetaProducts Inquiry.
File Size 393 KB
Installation Count 222
Current Version 1.4.0
Last Updated 2014-02-11
Publish Date 2014-02-10
Rating 4.20/5 Total 5 Ratings
Developer https://metaproducts.com
Payment Type free
Extension Website http://metaproducts.com/mp/Inquiry_Standard_Edition.htm
Help Page URL http://metaproducts.com/mp/mpSupport.asp
Supported Languages 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"
    }
}