OAGenius Sage
OAGenius Sage
Hvad er OAGenius Sage?
OAGenius Sage er en Chrome-udvidelse udviklet af https://www.oagenius.com, og dens hovedfunktion er "OAGenius Sage".
Udvidelsesskærmbilleder
Download OAGenius Sage-udvidelses-CRX-fil
Download OAGenius Sage-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | OAGenius Sage |
ID | nelailgikbgmpblahbbibnmenpblddlg |
Officiel URL | https://chromewebstore.google.com/detail/oagenius-sage/nelailgikbgmpblahbbibnmenpblddlg |
Beskrivelse | OAGenius Sage |
Filstørrelse | 1.88 MB |
Antal Installationer | 177 |
Nuværende Version | 1.0.12 |
Senest Opdateret | 2024-02-28 |
Udgivelsesdato | 2023-04-17 |
Udvikler | https://www.oagenius.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.oagenius.com/ |
Hjælpeside-URL | https://oagenius.zendesk.com |
URL til Fortrolighedspolitik Side | https://www.oagenius.com/privacy-policy |
Understøttede Sprog | 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:\/\/*\/*" ] } |