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
电子邮箱 [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"
            ]
        }
    ]
}