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开发的Chrome扩展程序,该扩展的主要功能是“To solve the problem on the connection between DSers and WooCommerce.”。

扩展截图

screenshot
screenshot

下载DSers - WooCommerce store connection helper扩展crx文件

下载DSers - WooCommerce store connection helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
        ]
    }
}