DSers - WooCommerce store connection helper

To solve the problem on the connection between DSers and WooCommerce.

DSers - WooCommerce store connection helper क्या है?

DSers - WooCommerce store connection helper https://dsers.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To solve the problem on the connection between DSers and WooCommerce."।

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

screenshot
screenshot

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

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

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

                        DSers - WooCommerce store connection helper is an extension that will help you solve the problem of the connection between DSers and WooCommerce.

You may encounter the issue that DSers fails to connect to your WooCommerce store in the following scenarios:

1. When you are trying to link DSers to your WooCommerce store.
2. When DSers is verifying your WooCommerce store after every time you log in.

You can install the extension to solve the above problems.

After you installed and activated the extension, go back to DSers and refresh the page. Then you will notice your DSers account is successfully connected to your WooCommerce store again.                    

एक्सटेंशन की मूल जानकारी

नाम DSers - WooCommerce store connection helper DSers - WooCommerce store connection helper
ID lalhhofmahllpgknphhpibonhepenahb
आधिकारिक URL https://chromewebstore.google.com/detail/dsers-woocommerce-store-c/lalhhofmahllpgknphhpibonhepenahb
विवरण To solve the problem on the connection between DSers and WooCommerce.
फ़ाइल का आकार 117 KB
स्थापना संख्या 8,475
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2021-06-02
प्रकाशन तिथि 2021-03-21
डेवलपर https://dsers.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.dsers.com
सहायता पृष्ठ URL https://www.dsers.com
गोपनीयता नीति पृष्ठ URL https://www.dsers.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "To solve the problem on the connection between DSers and WooCommerce.",
    "version": "0.0.2",
    "name": "DSers - WooCommerce store connection helper",
    "homepage_url": "https:\/\/www.dsers.com",
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    },
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.dsers.com\/*",
            "*:\/\/localhost\/*"
        ]
    }
}