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."입니다.
확장 프로그램 스크린샷
DSers - WooCommerce store connection helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } } |