Pushsale quick manage orders
Create and manage orders directly to Pushsale.vn from Chat box
Pushsale quick manage ordersとは何ですか?
Pushsale quick manage ordersはPushsale.vnによって開発されたChromeの拡張機能で、その主な機能は「Create and manage orders directly to Pushsale.vn from Chat box」です。
拡張機能のスクリーンショット
Pushsale quick manage orders拡張機能のCRXファイルをダウンロード
Pushsale quick manage orders拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Create orders to Pushsale.vn directly. Currently support: - Pancake
拡張機能の基本情報
名前 | Pushsale quick manage orders |
ID | cjdpkngaibgagigcdpihajiebjakdmcb |
公式URL | https://chromewebstore.google.com/detail/pushsale-quick-manage-ord/cjdpkngaibgagigcdpihajiebjakdmcb |
説明 | Create and manage orders directly to Pushsale.vn from Chat box |
ファイルサイズ | 7.01 KB |
インストール数 | 285 |
現在のバージョン | 1.1.2 |
最終更新日 | 2023-01-04 |
公開日 | 2020-08-23 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Pushsale.vn |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pushsale quick manage orders", "description": "Create and manage orders directly to Pushsale.vn from Chat box", "version": "1.1.2", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "browser_action": { "default_icon": "logo.png" }, "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "webRequest", "*:\/\/*.pages.fm\/*", "*:\/\/*.pancake.vn\/*" ], "host_permissions": [ "*:\/\/*.pages.fm\/*", "*:\/\/*.pancake.vn\/*" ], "optional_host_permissions": [ "*:\/\/*.pages.fm\/*", "*:\/\/*.pancake.vn\/*" ], "content_scripts": [ { "matches": [ "*:\/\/pages.fm\/*", "*:\/\/*.pancake.vn\/*" ], "run_at": "document_start", "js": [ "contentScript.js" ] } ] } |