OAGenius Sage Facebook Shops

OAGenius Sage Facebook Shops

OAGenius Sage Facebook Shopsとは何ですか?

OAGenius Sage Facebook Shopsはhttps://www.oagenius.comによって開発されたChromeの拡張機能で、その主な機能は「OAGenius Sage Facebook Shops」です。

拡張機能のスクリーンショット

screenshot

OAGenius Sage Facebook Shops拡張機能のCRXファイルをダウンロード

OAGenius Sage Facebook Shops拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        OAGenius Sage Facebook Shops helps online retailers manage their Facebook shops orders.

Use this extension to automatically pull order information from your Facebook shops into the OAGenius Sage ecommerce order management system.

Easily set orders to different statuses, see your profits and let the extension automatically push tracking numbers to Facebook for you.                    

拡張機能の基本情報

名前 OAGenius Sage Facebook Shops OAGenius Sage Facebook Shops
ID gijfeokcjdmnbfaalhnfbnofapnjeofk
公式URL https://chromewebstore.google.com/detail/oagenius-sage-facebook-sh/gijfeokcjdmnbfaalhnfbnofapnjeofk
説明 OAGenius Sage Facebook Shops
ファイルサイズ 194 KB
インストール数 47
現在のバージョン 1.1.0
最終更新日 2023-10-16
公開日 2022-11-11
開発者 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.721b7357.png",
        "48": "icon48.f544afcb.png",
        "128": "icon128.6aa15eb0.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.721b7357.png",
            "48": "icon48.f544afcb.png"
        },
        "default_popup": "popup.d334c8be.html"
    },
    "version": "1.1.0",
    "name": "OAGenius Sage Facebook Shops",
    "description": "OAGenius Sage Facebook Shops",
    "author": "root",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting"
    ],
    "background": {
        "service_worker": "background.23452572.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/commerce\/products\/*"
            ],
            "js": [
                "list-with-oag.7d61af31.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/business.facebook.com\/commerce\/*"
            ],
            "js": [
                "contents.77d90920.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/business.facebook.com\/*"
            ],
            "resources": [
                "contents.7578acc3.css"
            ]
        }
    ]
}