Posh Butler

Auto share your posts.

Posh Butler란 무엇입니까?

Posh Butler은(는) tyler.buchea에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto share your posts."입니다.

확장 프로그램 스크린샷

screenshot

Posh Butler 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}