elevenia
Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!
Cos'è elevenia?
elevenia è un'estensione di Chrome sviluppata da XL PLANET, e la sua funzione principale è "Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione elevenia
Scarica i file di estensione elevenia in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!
Informazioni di Base sull'Estensione
Nome | |
ID | bechoehaabfagnahlkfifbjhdcmcejde |
URL Ufficiale | https://chrome.google.com/webstore/detail/elevenia/bechoehaabfagnahlkfifbjhdcmcejde |
Descrizione | Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get! |
Dimensione del File | 12.46 KB |
Conteggio Installazioni | 828 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-12-15 |
Data di Pubblicazione | 2014-12-15 |
Valutazione | 4.34/5 Totale 47 Valutazioni |
Sviluppatore | XL PLANET |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.elevenia.co.id |
Lingue Supportate | 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 } |