Shipnity for Line OA

Shipnity for Line OA

What is Shipnity for Line OA?

Shipnity for Line OA is a Chrome extension developed by Shipnity, and its main feature is "Shipnity for Line OA".

Extension Screenshots

screenshot

Download Shipnity for Line OA Extension CRX File

Download Shipnity for Line OA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Shipnity for Line OA Shipnity for Line OA
ID ddhmbdifcjlncjohaladgangcicpdpad
Official URL https://chromewebstore.google.com/detail/shipnity-for-line-oa/ddhmbdifcjlncjohaladgangcicpdpad
Description Shipnity for Line OA
File Size 388 KB
Installation Count 2,784
Current Version 1.5.2
Last Updated 2023-09-13
Publish Date 2020-08-10
Rating 5.00/5 Total 1 Ratings
Developer Shipnity
Email [email protected]
Payment Type free
Extension Website https://www.shipnity.com
Supported Languages 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'"
}