Quickteller Global mall App

Buy items directly from top USA and UK Stores and have them shipped to your doorstep in Africa.

Quickteller Global mall App란 무엇입니까?

Quickteller Global mall App은(는) http://globalmall.quickteller.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Buy items directly from top USA and UK Stores and have them shipped to your doorstep in Africa."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Quickteller Global mall App 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        We have a unique system built to support African consumers who want to buy directly from foreign stores.

By using this add-on, you agree to our Terms & Conditions and privacy policy available at https://globalmall.quickteller.com/privacy-policy                    

확장 프로그램 기본 정보

이름 Quickteller Global mall App Quickteller Global mall App
ID ljhlidglcgcgjnhloklpphkialnknbgc
공식 URL https://chrome.google.com/webstore/detail/quickteller-global-mall-a/ljhlidglcgcgjnhloklpphkialnknbgc
설명 Buy items directly from top USA and UK Stores and have them shipped to your doorstep in Africa.
파일 크기 404 KB
설치 횟수 4,434
현재 버전 2.0.1
최근 업데이트 2021-11-15
출시 날짜 2019-06-27
평점 3.00/5 총 3 개의 평점
개발자 http://globalmall.quickteller.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.linkcommerce.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/32.png",
        "default_popup": "popup.html",
        "default_title": "Quickteller Global mall App"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "scr.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Buy items directly from top USA and UK Stores and have them shipped to your doorstep in Africa.",
    "icons": {
        "128": "images\/128.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Quickteller Global mall App",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Quickteller Global mall",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "web_accessible_resources": [
        "*.*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/globalmall.quickteller.com\/*"
        ]
    }
}