Posh Butler

Auto share your posts.

Posh Butlerとは何ですか?

Posh Butlerはtyler.bucheaによって開発されたChromeの拡張機能で、その主な機能は「Auto share your posts.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
            ]
        }
    ]
}