Shipnity for Line OA

Shipnity for Line OA

什麼是Shipnity for Line OA?

Shipnity for Line OA是由Shipnity開發的Chrome擴展程式,該擴展的主要功能是“Shipnity for Line OA”。

擴展截圖

screenshot

下載Shipnity for Line OA擴展crx文件

下載Shipnity for Line OA擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Shipnity for Line OA integrated to chat.line.biz to help merchant manage their orders with ease.                    

擴展基本資訊

名稱 Shipnity for Line OA Shipnity for Line OA
ID ddhmbdifcjlncjohaladgangcicpdpad
官方網址 https://chromewebstore.google.com/detail/shipnity-for-line-oa/ddhmbdifcjlncjohaladgangcicpdpad
簡介 Shipnity for Line OA
檔案大小 388 KB
安裝次數 2,784
目前版本 1.5.2
更新時間 2023-09-13
上架時間 2020-08-10
評分 5.00/5 共 1 次評分
開發者 Shipnity
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.shipnity.com
支援的語言 th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shipnity for Line OA",
    "description": "Shipnity for Line OA",
    "version": "1.5.2",
    "manifest_version": 2,
    "icons": {
        "16": "\/icons\/logo-16x16.png",
        "48": "\/icons\/logo-48x48.png",
        "128": "\/icons\/logo-128x128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Shipnity for Line OA",
        "default_popup": "\/popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.chat.line.biz\/*"
            ],
            "css": [
                "\/popup\/popup.css"
            ],
            "js": [
                "\/popup\/popup.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}