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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}