Shipnity for Line OA
Shipnity for Line OA
Wat is Shipnity for Line OA?
Shipnity for Line OA is een Chrome-extensie ontwikkeld door Shipnity, en de belangrijkste functie is "Shipnity for Line OA".
Extensie Screenshots
Download het CRX-bestand van de extensie Shipnity for Line OA
Download Shipnity for Line OA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Shipnity for Line OA integrated to chat.line.biz to help merchant manage their orders with ease. Basisinformatie over de Extensie
| Naam | |
| ID | ddhmbdifcjlncjohaladgangcicpdpad |
| Officiële URL | https://chromewebstore.google.com/detail/shipnity-for-line-oa/ddhmbdifcjlncjohaladgangcicpdpad |
| Beschrijving | Shipnity for Line OA |
| Bestandsgrootte | 388 KB |
| Aantal Installaties | 2,784 |
| Huidige Versie | 1.5.2 |
| Laatst Bijgewerkt | 2023-09-13 |
| Publicatiedatum | 2020-08-10 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Shipnity |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.shipnity.com |
| Ondersteunde Talen | 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'"
} | |