ShipStation Amazon Importer
Adds a button to Amazon orders to import that order to ShipStation. Useful if you don't have an Amazon pro account. Enter your…
ShipStation Amazon Importerとは何ですか?
ShipStation Amazon Importerはhttps://r14n.comによって開発されたChromeの拡張機能で、その主な機能は「Adds a button to Amazon orders to import that order to ShipStation. Useful if you don't have an Amazon pro account. Enter your…」です。
拡張機能のスクリーンショット
ShipStation Amazon Importer拡張機能のCRXファイルをダウンロード
ShipStation Amazon Importer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a button to Amazon orders to import that order to ShipStation. Useful if you don't have an Amazon pro account. Enter your ShipStation API Key/Secret at the options page (chrome://extensions) Note: this plugin is a BETA! If you experience issues please email me at [email protected] Update log: --------------------------------------------------------- 0.2 - add a "mark shipped" next to Amazon orders in the Shipments page of ShipStation (https://ss5.shipstation.com/#/track/shipments)
拡張機能の基本情報
名前 | ShipStation Amazon Importer |
ID | fmmbopmdmljjacpkmgcennkbdcmcajkn |
公式URL | https://chromewebstore.google.com/detail/shipstation-amazon-import/fmmbopmdmljjacpkmgcennkbdcmcajkn |
説明 | Adds a button to Amazon orders to import that order to ShipStation. Useful if you don't have an Amazon pro account. Enter your… |
ファイルサイズ | 23.4 KB |
インストール数 | 34 |
現在のバージョン | 0.3 |
最終更新日 | 2021-05-04 |
公開日 | 2017-09-14 |
開発者 | https://r14n.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.growbotforfollowers.com/privacy-policy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "", "default_locale": "en", "version": "0.3", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_idle", "all_frames": true } ], "background": { "scripts": [ "hot-reload.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "unlimitedStorage" ], "web_accessible_resources": [ "*.*" ] } |