Pret Mic

Emag Pret Mic

Pret Micとは何ですか?

Pret Micはhttps://sites.google.com/site/tiborkiss1980によって開発されたChromeの拡張機能で、その主な機能は「Emag Pret Mic」です。

拡張機能のスクリーンショット

screenshot

Pret Mic拡張機能のCRXファイルをダウンロード

Pret Mic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension support the comparison of prices between emag and a price comparison site. The goal of the application is to support buyer in the decision of buying a good or service.                    

拡張機能の基本情報

名前 Pret Mic Pret Mic
ID aipdmncodcfpifdkbpdlonfhlbilljgk
公式URL https://chromewebstore.google.com/detail/pret-mic/aipdmncodcfpifdkbpdlonfhlbilljgk
説明 Emag Pret Mic
ファイルサイズ 26.76 KB
インストール数 17
現在のバージョン 0.0.1
最終更新日 2020-12-23
公開日 2020-12-22
開発者 https://sites.google.com/site/tiborkiss1980
Eメール [email protected]
支払い方法 free
対応言語 ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pret Mic",
    "description": "Emag Pret Mic",
    "version": "0.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/dr_16.png",
        "48": "icons\/dr_48.png",
        "128": "icons\/dr_128.png"
    },
    "background": {
        "scripts": [
            ".\/src\/background.js"
        ]
    },
    "options_page": ".\/html\/options.html",
    "browser_action": {
        "default_popup": ".\/html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                ".\/src\/inject.js"
            ],
            "matches": [
                "https:\/\/www.emag.ro\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/www.emag.ro\/*",
        "https:\/\/www.compari.ro\/*"
    ]
}