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 |
官方URL | 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" ] } ] } |