elevenia
Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!
什麼是elevenia?
elevenia是由XL PLANET開發的Chrome擴展程式,該擴展的主要功能是“Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!”。
擴展截圖
下載elevenia擴展crx文件
下載elevenia擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!
擴展基本資訊
名稱 | |
ID | bechoehaabfagnahlkfifbjhdcmcejde |
官方網址 | https://chrome.google.com/webstore/detail/elevenia/bechoehaabfagnahlkfifbjhdcmcejde |
簡介 | Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get! |
檔案大小 | 12.46 KB |
安裝次數 | 828 |
目前版本 | 1.1 |
更新時間 | 2014-12-15 |
上架時間 | 2014-12-15 |
評分 | 4.34/5 共 47 次評分 |
開發者 | XL PLANET |
付費類型 | free |
擴展官網 | http://www.elevenia.co.id |
支援的語言 | 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 } |