TaoBao Tool Kit

This tool kit makes browsing for reps on taobao much easier.

TaoBao Tool Kit란 무엇입니까?

TaoBao Tool Kit은(는) Jake Koziol에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This tool kit makes browsing for reps on taobao much easier."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

TaoBao Tool Kit 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have you ever been browsing Taobao, shifting from tab to tab converting links, looking for reviews and adding link into a unorganized list. Struggle no more! With the TaoBao Tool Kid all you have to do is download the extension and you can use Taobao to its full capability with only one tab. With this tool kit you can view Reddit reviews on each individual item, save links that you find interesting for later without even changing the page and convert TaoBao links with a click of a button.

Features:
 + Reddit Review Searcher
 + TaoBao Link Converter
 + Link Saver
 + Auto link inserter for easy browsing
 + More to come with your support!
 + Agent links(New feature as of version 0.3)

Updated:

Just updated to find 2 times as many reviews and QC pictures from new sources. Also added in agent links that reddirect you to the page of you agent                    

확장 프로그램 기본 정보

이름 TaoBao Tool Kit TaoBao Tool Kit
ID gflddldjbpicggpbdnnneblblockmmli
공식 URL https://chromewebstore.google.com/detail/taobao-tool-kit/gflddldjbpicggpbdnnneblblockmmli
설명 This tool kit makes browsing for reps on taobao much easier.
파일 크기 103 KB
설치 횟수 107
현재 버전 0.3
최근 업데이트 2018-02-06
출시 날짜 2018-02-05
평점 4.33/5 총 6 개의 평점
개발자 Jake Koziol
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TaoBao Tool Kit",
    "description": "This tool kit makes browsing for reps on taobao much easier.",
    "version": "0.3",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}