elevenia
Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!
O que é elevenia?
elevenia é uma extensão do Chrome desenvolvida por XL PLANET, e sua principal característica é "Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão elevenia
Baixe arquivos de extensão elevenia no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!
Informações Básicas da Extensão
Nome | |
ID | bechoehaabfagnahlkfifbjhdcmcejde |
URL Oficial | https://chrome.google.com/webstore/detail/elevenia/bechoehaabfagnahlkfifbjhdcmcejde |
Descrição | Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get! |
Tamanho do Arquivo | 12.46 KB |
Contagem de Instalações | 828 |
Versão Atual | 1.1 |
Última Atualização | 2014-12-15 |
Data de Publicação | 2014-12-15 |
Classificação | 4.34/5 Total de 47 Avaliações |
Desenvolvedor | XL PLANET |
Tipo de Pagamento | free |
Site da Extensão | http://www.elevenia.co.id |
Idiomas Suportados | 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 } |