OAGenius Sage Facebook Shops

OAGenius Sage Facebook Shops

Vad är OAGenius Sage Facebook Shops?

OAGenius Sage Facebook Shops är en Chrome-tillägg utvecklad av https://www.oagenius.com, och dess huvudfunktion är "OAGenius Sage Facebook Shops".

Tilläggsskärmbilder

screenshot

Ladda ner OAGenius Sage Facebook Shops-förlängningens CRX-fil

Ladda ner OAGenius Sage Facebook Shops-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn OAGenius Sage Facebook Shops OAGenius Sage Facebook Shops
ID gijfeokcjdmnbfaalhnfbnofapnjeofk
Officiell webbadress https://chromewebstore.google.com/detail/oagenius-sage-facebook-sh/gijfeokcjdmnbfaalhnfbnofapnjeofk
Beskrivning OAGenius Sage Facebook Shops
Filstorlek 194 KB
Antal Installationer 47
Aktuell Version 1.1.0
Senast Uppdaterad 2023-10-16
Publiceringsdatum 2022-11-11
Utvecklare https://www.oagenius.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.oagenius.com/
Hjälpsida URL https://oagenius.zendesk.com
URL till Sekretesspolicy Sidan https://www.oagenius.com/privacy-policy
Stödda Språk 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"
            ]
        }
    ]
}