Yeppon Club

Un'estensione del Browser che ti avvisa quando navighi su un sito web con un cashback di Yeppon.it

Yeppon Club란 무엇입니까?

Yeppon Club은(는) https://www.yeppon.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Un'estensione del Browser che ti avvisa quando navighi su un sito web con un cashback di Yeppon.it"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Yeppon Club 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Grazie a questa estensione potrai usufruire dei cashback disponibili in modo semplice e veloce. L'estensione ti avviserà direttamente se è possibile avere i vantaggi di Yeppon Club sui tuoi siti eCommerce preferiti.

Naviga liberamente in rete.

Quando visiterai un sito ecommerce che aderisce al programma Yeppon Club, l'estensione ti avviserà automaticamente della possibilità, con relativa percentuale, di poter usufruire di un cashback sui tuoi prossimi acquisti su Yeppon.                    

확장 프로그램 기본 정보

이름 Yeppon Club Yeppon Club
ID jjjnpbdminceedlndbjfabaodmmfebde
공식 URL https://chromewebstore.google.com/detail/yeppon-club/jjjnpbdminceedlndbjfabaodmmfebde
설명 Un'estensione del Browser che ti avvisa quando navighi su un sito web con un cashback di Yeppon.it
파일 크기 848 KB
설치 횟수 149
현재 버전 1.0.12.0
최근 업데이트 2023-12-23
출시 날짜 2021-07-08
평점 4.82/5 총 11 개의 평점
개발자 https://www.yeppon.it
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.yeppon.it/promo/yeppon-club
도움말 페이지 URL https://aiuto.yeppon.it/hc/it/requests/new
개인정보 보호 정책 페이지 URL https://www.yeppon.it/privacy
지원되는 언어 it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yeppon Club",
    "description": "Un'estensione del Browser che ti avvisa quando navighi su un sito web con un cashback di Yeppon.it",
    "homepage_url": "https:\/\/www.yeppon.it",
    "author": "yeppon.it",
    "version": "1.0.12.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16x16.png",
            "32": "\/images\/32x32.png",
            "48": "\/images\/48x48.png",
            "128": "\/images\/128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "checker_box.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.google.it\/*",
                "https:\/\/*.bing.com\/*",
                "https:\/\/*.search.yahoo.com\/*",
                "https:\/\/*.bestshopping.com\/*",
                "https:\/\/*.gov.it\/*",
                "https:\/\/*.sieltecloud.it\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "styles_box.css"
            ]
        },
        {
            "js": [
                "translations.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "jump.js"
            ],
            "matches": [
                "https:\/\/it.bestshopping.com\/*",
                "https:\/\/www.yeppon.it\/cashback\/jump\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.google.it\/*",
                "https:\/\/*.bing.com\/*",
                "https:\/\/*.search.yahoo.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "css": [
                "content_bs.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.yeppon.it\/*"
            ],
            "run_at": "document_end",
            "js": [
                "login.js"
            ]
        }
    ],
    "default_locale": "it"
}