OAGenius Sage

OAGenius Sage

OAGenius Sage क्या है?

OAGenius Sage https://www.oagenius.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OAGenius Sage"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OAGenius Sage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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:\/\/*\/*"
    ]
}