Gynny

Getting your cashback has never been easier!

Gynnyとは何ですか?

Gynnyはgynny.deによって開発されたChromeの拡張機能で、その主な機能は「Getting your cashback has never been easier!」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Cashback mit jedem Einkauf!
Einfach den Gynny-Button runterladen und jeder Einkauf bringt Dir Bares!

Lass Dir in Deinen
Suchergebnissen zu jedem Shop
anzeigen, wie viel Cashback Du für deinen
Einkauf bekommst. Einfacher war Gutes tun für sich und andere noch nie!                    

拡張機能の基本情報

名前 Gynny Gynny
ID mmfacohfejckgaapnpnijldogabhacpg
公式URL https://chromewebstore.google.com/detail/gynny/mmfacohfejckgaapnpnijldogabhacpg
説明 Getting your cashback has never been easier!
ファイルサイズ 194 KB
インストール数 12
現在のバージョン 1.0.7.0
最終更新日 2018-01-19
公開日 2018-01-19
評価 5.00/5 合計 6 レビュー
開発者 gynny.de
支払い方法 free
拡張機能のウェブサイト http://www.gynny.de
ヘルプページのURL http://www.gynny.de/kontakt
対応言語 de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gynny",
    "version": "1.0.7.0",
    "description": "Getting your cashback has never been easier!",
    "homepage_url": "http:\/\/gynny.de\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "libs\/jquery.min.js",
                "libs\/handlebars.runtime.min.js",
                "libs\/handlebars-helpers.js",
                "libs\/underscore-min.js",
                "libs\/backbone-min.js",
                "libs\/auto-complete.js",
                "libs\/jquery.mousewheel.js",
                "libs\/jquery.jscrollpane.min.js",
                "shared\/const.js",
                "shared\/urls.js",
                "shared\/dictionary.js",
                "shared\/utils.js",
                "content\/serp.js",
                "content\/style.js",
                "content\/templates.js",
                "content\/projects.js",
                "content\/search.js",
                "content\/slider.js",
                "content\/interface.js",
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/18x18-grey.png",
        "default_title": "Gynny"
    },
    "icons": {
        "24": "images\/24x24.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    }
}