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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dsers.com, και η κύρια λειτουργία του είναι "To solve the problem on the connection between DSers and WooCommerce.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης DSers - WooCommerce store connection helper
Λήψη αρχείων επέκτασης 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 |
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\/*" ] } } |