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
公式URL 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
Eメール [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'"
}