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 |
公式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 |
Eメール | [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" } } |