Poshmark Bot Sharer by Flyp
Poshmark automation tool
Qu'est-ce que Poshmark Bot Sharer by Flyp ?
Poshmark Bot Sharer by Flyp est une extension Chrome développée par https://tools.joinflyp.com, et sa fonction principale est "Poshmark automation tool".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Poshmark Bot Sharer by Flyp
Téléchargez les fichiers d'extension Poshmark Bot Sharer by Flyp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | Poshmark Bot Sharer by Flyp |
ID | ehicjmkogfjifombjmdinmhpaghfggcd |
URL Officiel | https://chromewebstore.google.com/detail/poshmark-bot-sharer-by-fl/ehicjmkogfjifombjmdinmhpaghfggcd |
Description | Poshmark automation tool |
Taille du Fichier | 237 KB |
Nombre d'Installations | 28,113 |
Version Actuelle | 1.7.3 |
Dernière Mise à Jour | 2024-02-22 |
Date de Publication | 2021-08-20 |
Évaluation | 4.69/5 Total 148 Évaluations |
Développeur | https://tools.joinflyp.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://tools.joinflyp.com |
URL de la Page d'Aide | https://resellertools.zendesk.com/hc/en-us/categories/4405108095757--Poshmark-Automation |
URL de la Page de Politique de Confidentialité | https://www.websitepolicies.com/policies/view/LZW56CdO |
Langues Prises en Charge | 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" } } |