Posh Butler
Auto share your posts.
Qu'est-ce que Posh Butler ?
Posh Butler est une extension Chrome développée par tyler.buchea, et sa fonction principale est "Auto share your posts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Posh Butler
Téléchargez les fichiers d'extension Posh Butler 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
Posh Butler automates the "Share To Followers" feature on Poshmark. Simply navigate to your Poshmark closet, open Posh Butler, click start, and wait while it shares all of your posts. This extension is for someone with hundreds of posts on Poshmark and manually sharing each one is too time consuming.
Informations de Base sur l'Extension
Nom | Posh Butler |
ID | dlncdhoiibiggpnejbmakpfloikjlmab |
URL Officiel | https://chromewebstore.google.com/detail/posh-butler/dlncdhoiibiggpnejbmakpfloikjlmab |
Description | Auto share your posts. |
Taille du Fichier | 4.56 MB |
Nombre d'Installations | 118 |
Version Actuelle | 0.0.8 |
Dernière Mise à Jour | 2020-12-24 |
Date de Publication | 2020-04-18 |
Évaluation | 3.44/5 Total 9 Évaluations |
Développeur | tyler.buchea |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://tylerbuchea.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Posh Butler", "description": "Auto share your posts.", "version": "0.0.8", "browser_action": { "default_popup": "index.html", "default_title": "Posh Butler" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "storage", "https:\/\/*.poshmark.com\/*", "https:\/\/*.poshmark.ca\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.poshmark.com\/*", "https:\/\/*.poshmark.ca\/*" ], "js": [ ".\/contentscript.js" ] } ] } |