Shipnity for Line OA
Shipnity for Line OA
什么是Shipnity for Line OA?
Shipnity for Line OA是由Shipnity开发的Chrome扩展程序,该扩展的主要功能是“Shipnity for Line OA”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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'"
} | |