Posh Butler
Auto share your posts.
Apa itu Posh Butler?
Posh Butler adalah ekstensi Chrome yang dikembangkan oleh tyler.buchea, dan fitur utamanya adalah "Auto share your posts.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Posh Butler
Unduh file ekstensi Posh Butler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Posh Butler |
ID | dlncdhoiibiggpnejbmakpfloikjlmab |
URL Resmi | https://chromewebstore.google.com/detail/posh-butler/dlncdhoiibiggpnejbmakpfloikjlmab |
Deskripsi | Auto share your posts. |
Ukuran File | 4.56 MB |
Jumlah Instalasi | 118 |
Versi Saat Ini | 0.0.8 |
Terakhir Diperbarui | 2020-12-24 |
Tanggal Publikasi | 2020-04-18 |
Penilaian | 3.44/5 Total 9 Penilaian |
Pengembang | tyler.buchea |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://tylerbuchea.com |
Bahasa yang Didukung | 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" ] } ] } |