OAGenius Sage Facebook Shops

OAGenius Sage Facebook Shops

Was ist OAGenius Sage Facebook Shops?

OAGenius Sage Facebook Shops ist eine Chrome-Erweiterung, die von https://www.oagenius.com entwickelt wurde, und ihr Hauptmerkmal ist "OAGenius Sage Facebook Shops".

Erweiterungsscreenshots

screenshot

OAGenius Sage Facebook Shops-Erweiterungs-CRX-Datei herunterladen

Laden Sie OAGenius Sage Facebook Shops-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name OAGenius Sage Facebook Shops OAGenius Sage Facebook Shops
ID gijfeokcjdmnbfaalhnfbnofapnjeofk
Offizielle URL https://chromewebstore.google.com/detail/oagenius-sage-facebook-sh/gijfeokcjdmnbfaalhnfbnofapnjeofk
Beschreibung OAGenius Sage Facebook Shops
Dateigröße 194 KB
Installationsanzahl 47
Aktuelle Version 1.1.0
Letztes Update 2023-10-16
Veröffentlichungsdatum 2022-11-11
Entwickler https://www.oagenius.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.oagenius.com/
Hilfeseite URL https://oagenius.zendesk.com
URL der Datenschutzrichtlinien-Seite https://www.oagenius.com/privacy-policy
Unterstützte Sprachen 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"
            ]
        }
    ]
}