SC extension

smartchannel extension

SC extensionคืออะไร?

SC extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gabriel.a และคุณลักษณะหลักของมันคือ "smartchannel extension"

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

screenshot

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

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

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

                        Smartchannel Extension is used by our team to Dynamically add links in the Channel Advisor website to our Neto website. To speed up usage                    

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

ชื่อ SC extension SC extension
ID gdamnbicbjadhleibbcofecfdjlcfenn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sc-extension/gdamnbicbjadhleibbcofecfdjlcfenn
คำอธิบาย smartchannel extension
ขนาดไฟล์ 323 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 6.2.0
อัปเดตครั้งล่าสุด 2024-02-04
วันที่เผยแพร่ 2021-04-16
ผู้พัฒนา gabriel.a
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SC extension",
    "description": "smartchannel extension",
    "version": "6.2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "\/images\/16.png"
    },
    "options_page": "options.html",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/complete.channeladvisor.com\/Orders\/OrderDetail.mvc*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.1.1.js",
                "moment.min.js",
                "moment-timezone.min.js",
                "channeladvisor.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/complete.channeladvisor.com\/Orders\/OrderDetailV2.mvc*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.1.1.js",
                "moment.min.js",
                "moment-timezone.min.js",
                "channeladvisorv2.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/complete.channeladvisor.com\/Orders\/OrderDetail.mvc*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.1.1.js",
                "cdp\/channeladvisor.js"
            ],
            "css": [
                "cdp\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/complete.channeladvisor.com\/Orders\/OrderDetailV2.mvc*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.1.1.js",
                "cdp\/channeladvisor2.js"
            ],
            "css": [
                "cdp\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/smartchannel.freshdesk.com\/*",
                "https:\/\/sc.freshdesk.com\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.1.1.js",
                "moment.min.js",
                "moment-timezone.min.js",
                "freshdesk.js",
                "tracking.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/sc.freshdesk.com\/a\/tickets\/*"
            ],
            "all_frames": true,
            "js": [
                "cdp\/freshdesk.js",
                "jquery-3.1.1.js"
            ],
            "css": [
                "cdp\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/voltxoutbax.myshopify.com\/admin\/orders\/*",
                "https:\/\/christmas-lights-shop-au.myshopify.com\/admin\/orders\/*"
            ],
            "all_frames": true,
            "js": [
                "cdp\/shopify.js",
                "jquery-3.1.1.js"
            ],
            "css": [
                "cdp\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/smartchannel.neto.com.au\/_cpanel\/salesorder*",
                "https:\/\/smartchannel.neto.com.au\/_cpanel\/order\/vieworder*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.1.1.js",
                "moment.min.js",
                "neto.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/7333206-sb1.app.netsuite.com\/app\/accounting\/transactions\/salesord.nl?*",
                "https:\/\/7333206.app.netsuite.com\/app\/accounting\/transactions\/salesord.nl?*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.1.1.js",
                "moment.min.js",
                "netsuite.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/7333206.app.netsuite.com\/app\/accounting\/transactions\/salesord.nl?*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.1.1.js",
                "cdp\/netsuite.js"
            ],
            "css": [
                "cdp\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/7333206.app.netsuite.com\/app\/common\/entity\/custjob.nl?*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.1.1.js",
                "cdp\/netsuiteuser.js"
            ],
            "css": [
                "cdp\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/7333206.app.netsuite.com\/app\/accounting\/transactions\/itemship.nl?*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.1.1.js",
                "moment.min.js",
                "netsuiteif.js"
            ],
            "css": [
                "cdp\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/7333206-sb1.app.netsuite.com\/*",
                "https:\/\/7333206.app.netsuite.com\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.1.1.js",
                "netsuiteheader.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/outbax.com.au\/admin_ti5cou\/sales\/order\/view\/order_id\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.1.1.js",
                "moment.min.js",
                "magento.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/outbax.com.au\/admin_ti5cou\/sales\/order\/view\/order_id\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.1.1.js",
                "cdp\/magento.js"
            ],
            "css": [
                "cdp\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/54.180.54.165\/"
            ],
            "all_frames": true,
            "js": [
                "akeneo.js",
                "jquery-3.1.1.js"
            ],
            "run_at": "document_end"
        }
    ]
}