Operators Toolbox

A browser action with a popup dump of Operators Tools, including search skylight, edit page and download product picture.

Operators Toolbox란 무엇입니까?

Operators Toolbox은(는) andy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser action with a popup dump of Operators Tools, including search skylight, edit page and download product picture."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        aliexpress.com运营助手,集成了产品大图下载、EDM tool等工具。协助行业运营、活动运营人员及前端解决运营中的常见问题。                    

확장 프로그램 기본 정보

이름 Operators Toolbox Operators Toolbox
ID mgbnnhnjcleocbofemfomaecgnelcbaf
공식 URL https://chrome.google.com/webstore/detail/operators-toolbox/mgbnnhnjcleocbofemfomaecgnelcbaf
설명 A browser action with a popup dump of Operators Tools, including search skylight, edit page and download product picture.
파일 크기 175 KB
설치 횟수 34
현재 버전 1.2.4
최근 업데이트 2016-06-20
출시 날짜 2016-06-20
평점 5.00/5 총 2 개의 평점
개발자 andy
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "background": {
        "scripts": [
            "js\/lib\/sea.js",
            "background_scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html",
        "default_title": "Operators Toolbox"
    },
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery.js",
                "content_scripts\/content.js",
                "content_scripts\/for-cosa.js",
                "content_scripts\/light-skylights.js",
                "content_scripts\/skylight-map.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.alibaba.com\/*"
            ]
        },
        {
            "js": [
                "js\/lib\/jquery.js",
                "content_scripts\/content.js",
                "content_scripts\/for-cosa.js"
            ],
            "matches": [
                "http:\/\/tms.taobao.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "js\/lib\/jquery.js",
                "content_scripts\/content.js",
                "content_scripts\/for-cosa.js"
            ],
            "matches": [
                "http:\/\/tps.tms.taobao.com\/*"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "A browser action with a popup dump of Operators Tools, including search skylight, edit page and download product picture.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Operators Toolbox",
    "options_page": "options\/options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.4",
    "web_accessible_resources": [
        "img\/cf24x24.png",
        "img\/cms18x18.png",
        "img\/cms24x24.png"
    ]
}