ShopifyMonitor - Get Alerts for New Arrival
A smart tool for Shopify, updates you on the latest drops, restocks, and much more for your favorite brands!
Τι είναι το ShopifyMonitor - Get Alerts for New Arrival;
Το ShopifyMonitor - Get Alerts for New Arrival είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://shopifymonitor.com, και η κύρια λειτουργία του είναι "A smart tool for Shopify, updates you on the latest drops, restocks, and much more for your favorite brands!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ShopifyMonitor - Get Alerts for New Arrival
Λήψη αρχείων επέκτασης ShopifyMonitor - Get Alerts for New Arrival σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A smart tool for Shopify buyers and sellers, updates you on the latest products, get notifications for new products! Quickly access the new products in one-click from the notification. #FEATURES ShopMonitor is an app that completely changes the way finds new products from Shopify shop. - Get a notification when new products are added to a Shopify shop. - Export product to CSV file and import CSV file to your Shopify shop. - Search product in one-click to Aliexpress.com. - Enable to set monitor interval. - Display all the products in a list. #IS IT FREE? Yes, ShopMonitor for Chrome is free to use. You can get basic functionality and upgrade to get more features. #IMPORTANT NOTE: ShopMonitor does NOT belong or related to the official Shopify application/website in any ways. It is an unofficial app that is developed and maintained independently.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ShopifyMonitor - Get Alerts for New Arrival |
ID | lckbidonjgmplajmdlikkeiacnhlbced |
Επίσημο URL | https://chromewebstore.google.com/detail/shopifymonitor-get-alerts/lckbidonjgmplajmdlikkeiacnhlbced |
Περιγραφή | A smart tool for Shopify, updates you on the latest drops, restocks, and much more for your favorite brands! |
Μέγεθος Αρχείου | 2.12 MB |
Αριθμός Εγκαταστάσεων | 1,318 |
Τρέχουσα Έκδοση | 1.0.18 |
Τελευταία Ενημέρωση | 2022-05-02 |
Ημερομηνία Δημοσίευσης | 2020-06-15 |
Αξιολόγηση | 4.42/5 Συνολικά 31 Αξιολογήσεις |
Προγραμματιστής | https://shopifymonitor.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://shopifymonitor.com/faq |
URL της Σελίδας Πολιτικής Απορρήτου | https://getwebooster.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A smart tool for Shopify, updates you on the latest drops, restocks, and much more for your favorite brands!", "version": "1.0.18", "manifest_version": 3, "name": "ShopifyMonitor - Get Alerts for New Arrival", "icons": { "48": "icons\/48_grey.png", "128": "icons\/128.png" }, "options_page": "options.html", "permissions": [ "alarms", "notifications", "storage", "identity" ], "host_permissions": [ "https:\/\/*.shopifymonitor.com\/*" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "libs\/jquery-3.2.1.min.js", "contentScript.js" ], "css": [ "libs\/style.css" ], "run_at": "document_end", "all_frames": false } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq52pO+CpGBMhuze3UAPqt9WqGy58qyi0Dzur79Ls4UUobMxB6XFMfprygCbOCd\/9orV1V5ZK6TTFzhTKQWdhO0Lg7NTYRgUCCJm1IUf37tlnz0g2+p34l+QLr4LDPX8x5Lg9sDFWyvGey9MboOfuMw95VpRso1dn3v\/W1MqJDuKbx\/zD2fv+3UJXuC7lwqaY7ywQIgXjNRF9fPdmADFpwroRv\/ZAKDOwxZE\/ZpsrQjADoCyyMI+x1IiN\/R6qAZGM+pGCNVOWwO9JRrWzkKFn8w5n1oxFTFft6monBEyA7JbIJUZUe0FeegvrKFMwHv5GuYENHemejjllLUhS8oTYgwIDAQAB", "oauth2": { "client_id": "17529699526-ofabh0ibhvcmsie5g7hqt69b54i1r873.apps.googleusercontent.com", "web_client_id": "738301887624-748srkpj6e0em7rlhnjra8uv9u4k4mrf.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "libs\/*" ], "matches": [] } ] } |