OAGenius Sage
OAGenius Sage
Wat is OAGenius Sage?
OAGenius Sage is een Chrome-extensie ontwikkeld door https://www.oagenius.com, en de belangrijkste functie is "OAGenius Sage".
Extensie Screenshots
Download het CRX-bestand van de extensie OAGenius Sage
Download OAGenius Sage-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
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.
Basisinformatie over de Extensie
Naam | OAGenius Sage |
ID | nelailgikbgmpblahbbibnmenpblddlg |
Officiële URL | https://chromewebstore.google.com/detail/oagenius-sage/nelailgikbgmpblahbbibnmenpblddlg |
Beschrijving | OAGenius Sage |
Bestandsgrootte | 1.88 MB |
Aantal Installaties | 177 |
Huidige Versie | 1.0.12 |
Laatst Bijgewerkt | 2024-02-28 |
Publicatiedatum | 2023-04-17 |
Ontwikkelaar | https://www.oagenius.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.oagenius.com/ |
Help Pagina-URL | https://oagenius.zendesk.com |
URL van de Privacybeleid Pagina | https://www.oagenius.com/privacy-policy |
Ondersteunde Talen | 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:\/\/*\/*" ] } |