LISA Teelance Merch Upload Assistant
Upload up to 250 designs per hour to Merch By Amazon and stay within TOS.
LISA Teelance Merch Upload Assistantคืออะไร?
LISA Teelance Merch Upload Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://teelance.net และคุณลักษณะหลักของมันคือ "Upload up to 250 designs per hour to Merch By Amazon and stay within TOS."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LISA Teelance Merch Upload Assistant
ดาวน์โหลดไฟล์ส่วนขยาย LISA Teelance Merch Upload Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Transfer your Teelance vault designs to Merch by Amazon in seconds using our simple AI construct LISA. Merch by Amazon is a powerful free platform that lets you list your t-shirt designs directly on the Amazon marketplace and bring in sales. The Teelance LISA plugin takes away the pain of manually going through each detail page when you are uploading your designs, saving you countless hours of time and frustration. Since LISA runs in the background of your own computer, you can now, finally, have a VA upload all of the designs and listing information to your Teelance account and have everything upload from your own PC, so you don't have to give your valuable merch details to anyone else and you can avoid the dreaded Amazon IP ban. In version 1 Beta you can: Add full merch listing information in your Teelance account Transfer your designs from your Teelance vault to your Merch by Amazon account in a few seconds. 2 Points of contact to stay within Merch Terms Of Service Version 1.7.0 Updates: Support for Teelance Analytics Multi-thread uploads now even faster Minor bug fixes Added rapid upload option for slow internet connections More features to follow. NOTE: Your Merch Login details are NOT transferred or stored anywhere off of your own PC. The plugin may store your username for your convenience but it does not store your password.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ihmlhmochnmgnlcdflcjkefkikgfnacf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/lisa-teelance-merch-uploa/ihmlhmochnmgnlcdflcjkefkikgfnacf |
คำอธิบาย | Upload up to 250 designs per hour to Merch By Amazon and stay within TOS. |
ขนาดไฟล์ | 1.47 MB |
จำนวนการติดตั้ง | 113 |
เวอร์ชันปัจจุบัน | 1.9.9 |
อัปเดตครั้งล่าสุด | 2021-03-24 |
วันที่เผยแพร่ | 2019-09-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://teelance.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://teelance.net |
URL หน้านโยบายความเป็นส่วนตัว | https://teelance.net/clients/privacy_policy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LISA Teelance Merch Upload Assistant", "description": "Upload up to 250 designs per hour to Merch By Amazon and stay within TOS.", "version": "1.9.9", "icons": { "128": "lisa_icon128.png" }, "browser_action": { "default_icon": "lisa_icon128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery-3.1.0.min.js", "moment.min.js", "moment-timezone-with-data-2012-2022.min.js", "CryptoJS\/rollups\/aes.js", "globalVariables.js", "commonMethods.js", "processData.js", "jspdf.min.js", "jspdf.plugin.autotable.js", "jquery.cookie.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/teelance.net\/extension\/template_letter.html", "https:\/\/teelance.net\/LISA\/copycat-report.html" ], "js": [ "jquery-3.1.0.min.js", "moment.min.js", "moment-timezone-with-data-2012-2022.min.js", "CryptoJS\/rollups\/aes.js", "globalVariables.js", "commonMethods.js", "content.js", "copycat_content.js", "jquery-ui.js", "jspdf.min.js", "jspdf.plugin.autotable.js", "dropzone.js", "jquery.cookie.js", "bootstrap.min.js", "jquery.dataTables.min.js", "dataTables.bootstrap.min.js" ], "css": [ "content.css", "jquery-ui.css", "bootstrap.min.css", "datatables.css", "popup.css" ] } ], "web_accessible_resources": [ "template_letter.html", "Teelance_Log_Out_Sound.mp3", "Lisa_Icon_Light-128px.png" ], "permissions": [ "tabs", "activeTab", "downloads", "browsingData", "management", "storage", "background", "notifications", "alarms", "http:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com\/*", "https:\/\/teelance.net\/*", "http:\/\/207.58.151.189:5001\/*", "http:\/\/s3.amazonaws.com\/*", "file:\/\/\/*", "https:\/\/teelance.net\/extension\/template_letter.html", "https:\/\/teelance.net\/LISA\/copycat-report.html", "unlimitedStorage" ] } |