Hype Cashback
Estensione che ti notifica la presenza di un negozio su Hype.
Hype Cashback क्या है?
Hype Cashback Imnoko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Estensione che ti notifica la presenza di un negozio su Hype."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hype Cashback एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Non perdere neanche un'occasione di guadagnare cashback dai tuoi acquisti! Aggiungi l'estensione al tuo browser e ogni volta che navigherai sul sito di uno dei brand presenti nella sezione cashback di HYPE riceverai una notifica con la percentuale di cashback che potresti guadagnare e usare dove e come vuoi per le tue prossime spese. L'obiettivo di HYPE è quello di semplificarti la vita e renderla il più semplice e conveniente possibile nella gestione del denaro, aggiungendo l'estensione avrai un ulteriore vantaggio, anche mentre fai shopping.
एक्सटेंशन की मूल जानकारी
नाम | Hype Cashback |
ID | eahggikppipocajabacfkibgghikgnbd |
आधिकारिक URL | https://chromewebstore.google.com/detail/hype-cashback/eahggikppipocajabacfkibgghikgnbd |
विवरण | Estensione che ti notifica la presenza di un negozio su Hype. |
फ़ाइल का आकार | 22.04 KB |
स्थापना संख्या | 3,696 |
वर्तमान संस्करण | 2.0.1 |
अंतिम अपडेट | 2021-05-25 |
प्रकाशन तिथि | 2020-06-25 |
रेटिंग | 3.00/5 कुल 6 रेटिंग्स |
डेवलपर | Imnoko |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://app.hype.it/buyon |
समर्थित भाषाएँ | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hype Cashback", "version": "2.0.1", "description": "Estensione che ti notifica la presenza di un negozio su Hype.", "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "icons": { "16": "images\/hype-16.png", "19": "images\/hype-19.png", "32": "images\/hype-32.png", "38": "images\/hype-38.png", "48": "images\/hype-48.png", "128": "images\/hype-128.png" }, "manifest_version": 2, "background": { "scripts": [ "scripts\/background.min.js" ] }, "web_accessible_resources": [ "alert\/pop.mp3", "images\/close.png", "images\/hype-38.png", "images\/logo-hype.png", "scripts\/background.min.js", "scripts\/init_popup.min.js", "pages\/popup.html" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end", "css": [ "css\/hype.css" ], "js": [ "scripts\/content_script.min.js" ] } ], "browser_action": { "default_icon": "images\/hype-38.png", "default_title": "Vai su Hype" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs", "alarms" ] } |