Posh Butler
Auto share your posts.
Cos'è Posh Butler?
Posh Butler è un'estensione di Chrome sviluppata da tyler.buchea, e la sua funzione principale è "Auto share your posts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Posh Butler
Scarica i file di estensione Posh Butler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Posh Butler |
ID | dlncdhoiibiggpnejbmakpfloikjlmab |
URL Ufficiale | https://chromewebstore.google.com/detail/posh-butler/dlncdhoiibiggpnejbmakpfloikjlmab |
Descrizione | Auto share your posts. |
Dimensione del File | 4.56 MB |
Conteggio Installazioni | 118 |
Versione Corrente | 0.0.8 |
Ultimo Aggiornamento | 2020-12-24 |
Data di Pubblicazione | 2020-04-18 |
Valutazione | 3.44/5 Totale 9 Valutazioni |
Sviluppatore | tyler.buchea |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://tylerbuchea.com |
Lingue Supportate | 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" ] } ] } |