Poshmark Bot Sharer by Flyp
Poshmark automation tool
什麼是Poshmark Bot Sharer by Flyp?
Poshmark Bot Sharer by Flyp是由https://tools.joinflyp.com開發的Chrome擴展程式,該擴展的主要功能是“Poshmark automation tool”。
擴展截圖
下載Poshmark Bot Sharer by Flyp擴展crx文件
下載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 |
官方網址 | 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" } } |