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 |
公式URL | 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 } |