InStijl Media Lightspeed Toolbar
This extension adds a toolbar that helps you navigate more easily trough your Lightspeed eCom shop.
什麼是InStijl Media Lightspeed Toolbar?
InStijl Media Lightspeed Toolbar是由InStijl Media開發的Chrome擴展程式,該擴展的主要功能是“This extension adds a toolbar that helps you navigate more easily trough your Lightspeed eCom shop.”。
擴展截圖
下載InStijl Media Lightspeed Toolbar擴展crx文件
下載InStijl Media Lightspeed Toolbar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Toolbar for developers and merchants using Lightspeed eCom (C-Series). This toolbar adds buttons and information on all Lightspeed eCom pages, to make your work easier. 擴展基本資訊
| 名稱 | |
| ID | epnicndkjbmfoodomdldgfgcfnfedkbm |
| 官方網址 | https://chromewebstore.google.com/detail/instijl-media-lightspeed/epnicndkjbmfoodomdldgfgcfnfedkbm |
| 簡介 | This extension adds a toolbar that helps you navigate more easily trough your Lightspeed eCom shop. |
| 檔案大小 | 54.32 KB |
| 安裝次數 | 181 |
| 目前版本 | 1.4 |
| 更新時間 | 2023-10-25 |
| 上架時間 | 2023-06-20 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | InStijl Media |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.instijlmedia.nl |
| 說明頁面URL | https://www.instijlmedia.nl/contact/ |
| 隱私政策頁面URL | https://www.instijlmedia.nl/privacy-statement |
| 支援的語言 | en,nl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.4",
"manifest_version": 3,
"web_accessible_resources": [
{
"matches": [
"https:\/\/*\/*"
],
"resources": [
"ism.png"
]
}
],
"content_scripts": [
{
"js": [
"ism-toolbar.js"
],
"css": [
"ism-toolbar.css"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "favicon16.png",
"32": "favicon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |