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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andy และคุณลักษณะหลักของมันคือ "A browser action with a popup dump of Operators Tools, including search skylight, edit page and download product picture."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Operators Toolbox

ดาวน์โหลดไฟล์ส่วนขยาย Operators Toolbox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}