elevenia
Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!
Vad är elevenia?
elevenia är en Chrome-tillägg utvecklad av XL PLANET, och dess huvudfunktion är "Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!".
Tilläggsskärmbilder
Ladda ner elevenia-förlängningens CRX-fil
Ladda ner elevenia-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!
Grundläggande Information om Tillägg
Namn | |
ID | bechoehaabfagnahlkfifbjhdcmcejde |
Officiell webbadress | https://chrome.google.com/webstore/detail/elevenia/bechoehaabfagnahlkfifbjhdcmcejde |
Beskrivning | Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get! |
Filstorlek | 12.46 KB |
Antal Installationer | 828 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2014-12-15 |
Publiceringsdatum | 2014-12-15 |
Betyg | 4.34/5 Totalt 47 Betyg |
Utvecklare | XL PLANET |
Betalningssätt | free |
Tilläggswebbplats | http://www.elevenia.co.id |
Stödda Språk | id |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "elevenia", "description": "Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!", "version": "1.1", "permissions": [ "activeTab", "tabs", "http:\/\/www.elevenia.co.id\/*", "https:\/\/www.elevenia.co.id\/*" ], "background": { "scripts": [ "elevenia_chrome.js" ], "persistent": false }, "browser_action": { "default_title": "elevenia", "default_icon": "Icon-chrome_16x16.png" }, "icons": { "16": "Icon-chrome_16x16.png", "48": "Icon-chrome_48x48.png", "128": "Icon-chrome_128x128.png" }, "manifest_version": 2 } |