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!"입니다.

확장 프로그램 스크린샷

screenshot

elevenia 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!                    

확장 프로그램 기본 정보

이름 elevenia elevenia
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
}