Poshmark | Posher Pro

Posher Pro: Boost Sales. Save Time.

什麼是Poshmark | Posher Pro?

Poshmark | Posher Pro是由https://posher-pro.com開發的Chrome擴展程式,該擴展的主要功能是“Posher Pro: Boost Sales. Save Time.”。

擴展截圖

screenshot
screenshot
screenshot

下載Poshmark | Posher Pro擴展crx文件

下載Poshmark | Posher Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A brand new Google Chrome Extension for Poshmark! Posher Pro is the fastest, simplest, and most affordable closet assistant that will help manage all your needs. 

Every user is given a FREE 7-Day Trial! No Sign-up required. 
After your trial expires Posher Pro will be available for only $5 A MONTH!! Purchase on our website https://posher-pro.com/pricing.html

* Automatically Share Your Entire Closet
* Automatically Share Any Other Closet
* Auto-Follow to Gain Attraction to Your Closet
* Auto-Unfollow to Remove Clutter
* Detect Captchas with a Sound Alarm
* Increase / Decrease Speed of Automation
* Completely Secure. No Logins / Passwords Needed.

Share your closet, other closets, increase followers or remove followers with a click of a button! Here at Posher Pro, we know the difficulties of repetitive Poshmark tasks that can take 30 minutes to even hours of your day. We have worked to create a solution to that problem. Our team is just getting started and is dedicated to improving our extension. Posher Pro was made by Poshers for Poshers.

Whether you are new to the scene or a veteran Poshmark user, Posher Pro is a necessity for you. Our goal was to design an extension that would free all Posher's of repetitive time consuming tasks so that you can get back to growing your closets and spending your time efficiently. 

How it works:

It is as easy as just one click of a button! Once the extension is installed, go to any user's page and click the Share icon. Posher Pro will do the rest. With one click the extension will load the entire available closet and share all items from start to finish. 

For any questions, bugs, or concerns, send us an email at [email protected]
We take pride in our 24 hour response time for all your needs! Our service and prices cannot be beat.                    

擴展基本資訊

名稱 Poshmark | Posher Pro Poshmark | Posher Pro
ID bfkocpchobdfpomelnfmangjpcnhabba
官方網址 https://chromewebstore.google.com/detail/poshmark-posher-pro/bfkocpchobdfpomelnfmangjpcnhabba
簡介 Posher Pro: Boost Sales. Save Time.
檔案大小 353 KB
安裝次數 177
目前版本 0.0.7
更新時間 2021-05-14
上架時間 2020-09-06
評分 5.00/5 共 1 次評分
開發者 https://posher-pro.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.posher-pro.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Poshmark | Posher Pro",
    "version": "0.0.7",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com https:\/\/*.firebaseio.com https:\/\/apis.google.com https:\/\/www.googleapis.com https:\/\/securetoken.googleapis.com; object-src 'self'",
    "description": "Posher Pro: Boost Sales. Save Time.",
    "icons": {
        "16": "icons\/Logo16.png",
        "48": "icons\/Logo48.png",
        "128": "icons\/Logo128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/Logo128.png",
        "default_title": "Posher Pro",
        "default_popup": "src\/browser_action\/login.html"
    },
    "permissions": [
        "https:\/\/poshmark.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.poshmark.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/*"
            ],
            "js": [
                "src\/browser_action\/app.js",
                "src\/browser_action\/login.js"
            ]
        }
    ]
}