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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.yeppon.it และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yeppon Club

ดาวน์โหลดไฟล์ส่วนขยาย Yeppon Club ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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