Poshmark Bot Sharer by Flyp

Poshmark automation tool

Poshmark Bot Sharer by Flyp란 무엇입니까?

Poshmark Bot Sharer by Flyp은(는) https://tools.joinflyp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Poshmark automation tool"입니다.

확장 프로그램 스크린샷

screenshot

Poshmark Bot Sharer by Flyp 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use Flyp’s Poshmark Sharer absolutely free for 100 days! Automate your entire poshmark account and rank your listings at the top of search algorithm, entice buyers with attractive offers and much more!

Features include:
- Share your closet
- Auto Offers
- Bulk Offers
- Auto follows
- Community Shares

To learn more about using the tool and the different features, head over to https://resellertools.zendesk.com/hc/en-us/categories/4405108095757--Posh-Sharer-FAQs

If you got any questions, email us at [email protected]                    

확장 프로그램 기본 정보

이름 Poshmark Bot Sharer by Flyp Poshmark Bot Sharer by Flyp
ID ehicjmkogfjifombjmdinmhpaghfggcd
공식 URL https://chromewebstore.google.com/detail/poshmark-bot-sharer-by-fl/ehicjmkogfjifombjmdinmhpaghfggcd
설명 Poshmark automation tool
파일 크기 237 KB
설치 횟수 28,113
현재 버전 1.7.3
최근 업데이트 2024-02-22
출시 날짜 2021-08-20
평점 4.69/5 총 148 개의 평점
개발자 https://tools.joinflyp.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tools.joinflyp.com
도움말 페이지 URL https://resellertools.zendesk.com/hc/en-us/categories/4405108095757--Poshmark-Automation
개인정보 보호 정책 페이지 URL https://www.websitepolicies.com/policies/view/LZW56CdO
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Poshmark Bot Sharer by Flyp",
    "description": "Poshmark automation tool",
    "version": "1.7.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "flypWeb.js"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/tools.joinflyp.com\/*",
                "*:\/\/flyp-tools-dev-web.herokuapp.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/localhost\/*",
        "*:\/\/tools.joinflyp.com\/*",
        "*:\/\/flyp-tools-dev-web.herokuapp.com\/*",
        "*:\/\/*.poshmark.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "poshmarkPage.js"
            ],
            "matches": [
                "*:\/\/*.poshmark.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/flyp.png"
    }
}