OAGenius Sage

OAGenius Sage

什么是OAGenius Sage?

OAGenius Sage是由https://www.oagenius.com开发的Chrome扩展程序,该扩展的主要功能是“OAGenius Sage”。

扩展截图

screenshot

下载OAGenius Sage扩展crx文件

下载OAGenius Sage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 OAGenius Sage OAGenius Sage
ID nelailgikbgmpblahbbibnmenpblddlg
官方URL https://chromewebstore.google.com/detail/oagenius-sage/nelailgikbgmpblahbbibnmenpblddlg
简介 OAGenius Sage
文件大小 1.88 MB
安装次数 177
当前版本 1.0.12
更新时间 2024-02-28
上架时间 2023-04-17
开发者 https://www.oagenius.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.oagenius.com/
帮助页面URL https://oagenius.zendesk.com
隐私政策页面URL https://www.oagenius.com/privacy-policy
支持的语言 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:\/\/*\/*"
    ]
}