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
Eメール [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:\/\/*\/*"
    ]
}