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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}