PushEtsy.com: Download email from Etsy
PushEtsy.com: This is a tool that allows you to download all orders from the Etsy store to a centralized management system.
What is PushEtsy.com: Download email from Etsy?
PushEtsy.com: Download email from Etsy is a Chrome extension developed by https://pushetsy.com, and its main feature is "PushEtsy.com: This is a tool that allows you to download all orders from the Etsy store to a centralized management system.".
Extension Screenshots
Download PushEtsy.com: Download email from Etsy Extension CRX File
Download PushEtsy.com: Download email from Etsy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a tool that allows you to download all orders from the Etsy store to a centralized management system Get FREE Licence Code: https://pushetsy.com/register You are a sale man, a system analyst, an email marketer, ... You are having a headache with managing orders with multiple stores using excel file. This extension will help you push all orders to one place, and manage them easily. You can easily see your sales and come up with a marketing plan to boost your store's growth Main functions: - The system allows downloading emails from etsy stores for email marketing. - Manage orders, mark order status easily - Applicable to all types of stores from Print On Demand / HandMade - Allow to Push orders easily through the manufacturer if you are selling Print On Demand instead of having to use a csv file - Track store sales by day/weeks/month/Alltime ... and many more features that we are developing. Let's go!!! GO TO THE MOON
Extension Basic Information
Name | |
ID | lcijaicmfdgolodfdhhchaebebhnhnee |
Official URL | https://chrome.google.com/webstore/detail/lcijaicmfdgolodfdhhchaebebhnhnee |
Description | PushEtsy.com: This is a tool that allows you to download all orders from the Etsy store to a centralized management system. |
File Size | 126 KB |
Installation Count | 217 |
Current Version | 1.0.3 |
Last Updated | 2023-08-11 |
Publish Date | 2021-07-20 |
Developer | https://pushetsy.com |
[email protected] | |
Payment Type | free |
Extension Website | https://pushetsy.com/register |
Help Page URL | https://pushetsy.com/register |
Privacy Policy Page URL | https://etsy.ytuong.me/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PushEtsy.com: Download email from Etsy", "version": "1.0.3", "description": "PushEtsy.com: This is a tool that allows you to download all orders from the Etsy store to a centralized management system.", "manifest_version": 2, "browser_action": { "default_popup": ".\/dist\/popup.html", "default_title": "Open the popup", "default_icon": ".\/dist\/icons\/48.png" }, "icons": { "48": ".\/dist\/icons\/48.png", "128": ".\/dist\/icons\/128.png", "256": ".\/dist\/icons\/256.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "js": [ "dist\/content.dist.js" ], "css": [ "dist\/content.css" ], "matches": [ "*:\/\/*.etsy.com\/*" ], "all_frames": true } ], "web_accessible_resources": [ "dist\/inject.js" ], "background": { "scripts": [ "dist\/background.dist.js" ] }, "options_ui": { "page": "dist\/options.html", "open_in_tab": false }, "permissions": [ "*:\/\/*.etsy.com\/*", "background" ] } |