Posh Butler
Auto share your posts.
什麼是Posh Butler?
Posh Butler是由tyler.buchea開發的Chrome擴展程式,該擴展的主要功能是“Auto share your posts.”。
擴展截圖
下載Posh Butler擴展crx文件
下載Posh Butler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Posh Butler |
ID | dlncdhoiibiggpnejbmakpfloikjlmab |
官方網址 | https://chromewebstore.google.com/detail/posh-butler/dlncdhoiibiggpnejbmakpfloikjlmab |
簡介 | Auto share your posts. |
檔案大小 | 4.56 MB |
安裝次數 | 118 |
目前版本 | 0.0.8 |
更新時間 | 2020-12-24 |
上架時間 | 2020-04-18 |
評分 | 3.44/5 共 9 次評分 |
開發者 | tyler.buchea |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://tylerbuchea.com |
支援的語言 | 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" ] } ] } |