MetaProducts Inquiry

Chrome saver client for MetaProducts Inquiry.

MetaProducts Inquiryคืออะไร?

MetaProducts Inquiry เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://metaproducts.com และคุณลักษณะหลักของมันคือ "Chrome saver client for MetaProducts Inquiry."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MetaProducts Inquiry

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}