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

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

확장 프로그램 사용 설명서

                        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"
    }
}