Posh Butler

Auto share your posts.

Posh Butlerคืออะไร?

Posh Butler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tyler.buchea และคุณลักษณะหลักของมันคือ "Auto share your posts."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Posh Butler

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}