Evreward Multiplier
A Chrome extension that takes you to Evreward's page for the store you are visting.
Evreward Multiplier क्या है?
Evreward Multiplier https://evreward.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension that takes you to Evreward's page for the store you are visting."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Evreward Multiplier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This simple extension places a clickable icon next to your Chrome search box that opens Evreward's page for the store you're currently browsing, giving you quick access to the coupons, promo codes, cash back rebates, rewards and discount gift cards available.
एक्सटेंशन की मूल जानकारी
नाम | Evreward Multiplier |
ID | neffcmliiaaipkdmjcojobfjoafmbemi |
आधिकारिक URL | https://chromewebstore.google.com/detail/evreward-multiplier/neffcmliiaaipkdmjcojobfjoafmbemi |
विवरण | A Chrome extension that takes you to Evreward's page for the store you are visting. |
फ़ाइल का आकार | 22.23 KB |
स्थापना संख्या | 667 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2019-09-21 |
प्रकाशन तिथि | 2019-09-21 |
डेवलपर | https://evreward.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.evreward.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Evreward Multiplier", "description": "A Chrome extension that takes you to Evreward's page for the store you are visting.", "version": "1.1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Evreward Multiplier", "default_icon": { "16": "images\/evreward16.png", "32": "images\/evreward32.png", "48": "images\/evreward48.png", "128": "images\/evreward128.png" } }, "icons": { "16": "images\/evreward16.png", "32": "images\/evreward32.png", "48": "images\/evreward48.png", "128": "images\/evreward128.png" }, "manifest_version": 2 } |