阿靳 平台資訊同步工具

同步平台資訊至阿靳電商經營工具

阿靳 平台資訊同步工具คืออะไร?

阿靳 平台資訊同步工具 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ERPow และคุณลักษณะหลักของมันคือ "同步平台資訊至阿靳電商經營工具"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 阿靳 平台資訊同步工具

ดาวน์โหลดไฟล์ส่วนขยาย 阿靳 平台資訊同步工具 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        阿靳 平台資訊同步工具,用來同步平台資訊至阿靳電商經營工具。使得阿靳電商經營工具能使用更多功能。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 阿靳 平台資訊同步工具 阿靳 平台資訊同步工具
ID jfceclgpodnfglfelhlodnklpmfikoag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E9%98%BF%E9%9D%B3-%E5%B9%B3%E5%8F%B0%E8%B3%87%E8%A8%8A%E5%90%8C%E6%AD%A5%E5%B7%A5%E5%85%B7/jfceclgpodnfglfelhlodnklpmfikoag
คำอธิบาย 同步平台資訊至阿靳電商經營工具
ขนาดไฟล์ 2.15 MB
จำนวนการติดตั้ง 398
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2022-02-26
วันที่เผยแพร่ 2022-02-19
ผู้พัฒนา ERPow
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://ajin.tw
URL หน้านโยบายความเป็นส่วนตัว http://marcdenni.com.tw/privacy-policy.asp
ภาษาที่รองรับ zh-TW
manifest.json
{
    "name": "\u963f\u9773 \u5e73\u53f0\u8cc7\u8a0a\u540c\u6b65\u5de5\u5177",
    "version": "1.1.1",
    "description": "\u540c\u6b65\u5e73\u53f0\u8cc7\u8a0a\u81f3\u963f\u9773\u96fb\u5546\u7d93\u71df\u5de5\u5177",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "\/popup\/popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/jquery\/jquery-1.11.1.min.js",
                "\/jquery\/jquery-ui.js",
                "\/content.bundle.js",
                "\/jquery\/aes.js"
            ],
            "css": [],
            "matches": [
                "https:\/\/seller.shopee.tw\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3
}