OAGenius Sage
OAGenius Sage
What is OAGenius Sage?
OAGenius Sage is a Chrome extension developed by https://www.oagenius.com, and its main feature is "OAGenius Sage".
Extension Screenshots
Download OAGenius Sage Extension CRX File
Download OAGenius Sage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
OAGenius Sage helps online retailers manage their orders. Use this extension to automatically pull order information from your sales channels into the OAGenius Sage ecommerce order management system. Manages your inventory seamlessly. Easily set orders to different statuses, see your profits and let the extension automatically push tracking numbers to sales channels for you.
Extension Basic Information
Name | OAGenius Sage |
ID | nelailgikbgmpblahbbibnmenpblddlg |
Official URL | https://chromewebstore.google.com/detail/oagenius-sage/nelailgikbgmpblahbbibnmenpblddlg |
Description | OAGenius Sage |
File Size | 1.88 MB |
Installation Count | 177 |
Current Version | 1.0.12 |
Last Updated | 2024-02-28 |
Publish Date | 2023-04-17 |
Developer | https://www.oagenius.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.oagenius.com/ |
Help Page URL | https://oagenius.zendesk.com |
Privacy Policy Page URL | https://www.oagenius.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.a3ca5723.png", "32": "icon32.plasmo.ecd103a5.png", "48": "icon48.plasmo.74688037.png", "64": "icon64.plasmo.40ede470.png", "128": "icon128.plasmo.627c4e8e.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.a3ca5723.png", "32": "icon32.plasmo.ecd103a5.png", "48": "icon48.plasmo.74688037.png", "64": "icon64.plasmo.40ede470.png", "128": "icon128.plasmo.627c4e8e.png" }, "default_popup": "popup.html" }, "version": "1.0.12", "author": "Hayk", "name": "OAGenius Sage", "description": "OAGenius Sage", "background": { "service_worker": "background.e4e9b14f.js" }, "permissions": [ "storage", "declarativeNetRequest", "declarativeNetRequestFeedback", "scripting", "tabs" ], "web_accessible_resources": [ { "resources": [ "assets\/icon_success.png", "assets\/icon_warning.png" ], "matches": [ "https:\/\/*\/*" ] } ], "host_permissions": [ "https:\/\/*\/*" ] } |