Posh Butler

Auto share your posts.

Posh Butler क्या है?

Posh Butler tyler.buchea द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto share your posts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Posh Butler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}