Poshmark Bot Sharer by Flyp
Poshmark automation tool
Poshmark Bot Sharer by Flypคืออะไร?
Poshmark Bot Sharer by Flyp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tools.joinflyp.com และคุณลักษณะหลักของมันคือ "Poshmark automation tool"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Poshmark Bot Sharer by Flyp
ดาวน์โหลดไฟล์ส่วนขยาย Poshmark Bot Sharer by Flyp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use Flyp’s Poshmark Sharer absolutely free for 100 days! Automate your entire poshmark account and rank your listings at the top of search algorithm, entice buyers with attractive offers and much more! Features include: - Share your closet - Auto Offers - Bulk Offers - Auto follows - Community Shares To learn more about using the tool and the different features, head over to https://resellertools.zendesk.com/hc/en-us/categories/4405108095757--Posh-Sharer-FAQs If you got any questions, email us at [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Poshmark Bot Sharer by Flyp |
ID | ehicjmkogfjifombjmdinmhpaghfggcd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/poshmark-bot-sharer-by-fl/ehicjmkogfjifombjmdinmhpaghfggcd |
คำอธิบาย | Poshmark automation tool |
ขนาดไฟล์ | 237 KB |
จำนวนการติดตั้ง | 28,113 |
เวอร์ชันปัจจุบัน | 1.7.3 |
อัปเดตครั้งล่าสุด | 2024-02-22 |
วันที่เผยแพร่ | 2021-08-20 |
คะแนน | 4.69/5 รวมทั้งหมด 148 คะแนน |
ผู้พัฒนา | https://tools.joinflyp.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://tools.joinflyp.com |
URL หน้าช่วยเหลือ | https://resellertools.zendesk.com/hc/en-us/categories/4405108095757--Poshmark-Automation |
URL หน้านโยบายความเป็นส่วนตัว | https://www.websitepolicies.com/policies/view/LZW56CdO |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Poshmark Bot Sharer by Flyp", "description": "Poshmark automation tool", "version": "1.7.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "flypWeb.js" ], "matches": [ "*:\/\/localhost\/*", "*:\/\/tools.joinflyp.com\/*", "*:\/\/flyp-tools-dev-web.herokuapp.com\/*" ] } ], "permissions": [ "storage" ], "host_permissions": [ "*:\/\/localhost\/*", "*:\/\/tools.joinflyp.com\/*", "*:\/\/flyp-tools-dev-web.herokuapp.com\/*", "*:\/\/*.poshmark.com\/*" ], "web_accessible_resources": [ { "resources": [ "poshmarkPage.js" ], "matches": [ "*:\/\/*.poshmark.com\/*" ] } ], "icons": { "128": "icons\/flyp.png" } } |