Yeppon Club

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

Yeppon Club là gì?

Yeppon Club là một tiện ích mở rộng Chrome được phát triển bởi https://www.yeppon.it, và tính năng chính của nó là "Un'estensione del Browser che ti avvisa quando navighi su un sito web con un cashback di Yeppon.it".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yeppon Club

Tải xuống các tệp mở rộng Yeppon Club dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yeppon Club Yeppon Club
ID jjjnpbdminceedlndbjfabaodmmfebde
URL Chính Thức https://chromewebstore.google.com/detail/yeppon-club/jjjnpbdminceedlndbjfabaodmmfebde
Mô tả Un'estensione del Browser che ti avvisa quando navighi su un sito web con un cashback di Yeppon.it
Kích Thước Tệp 848 KB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 1.0.12.0
Cập Nhật Lần Cuối 2023-12-23
Ngày Phát Hành 2021-07-08
Đánh Giá 4.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://www.yeppon.it
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.yeppon.it/promo/yeppon-club
URL Trang Trợ Giúp https://aiuto.yeppon.it/hc/it/requests/new
URL Trang Chính Sách Bảo Mật https://www.yeppon.it/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}