Poshmark Extension

Poshmark makes shopping fun, affordable & easy. Find new and preloved search items from task bar icon.

Poshmark Extension란 무엇입니까?

Poshmark Extension은(는) germainekoh7725에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Poshmark makes shopping fun, affordable & easy. Find new and preloved search items from task bar icon."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Poshmark Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        How does it work?

1. Click on the extension icon on the top right corner 
2. Search for your item and start browsing in poshmark 

How do I uninstall this extension?
1. Click on the Chrome Menu icon to open the menu
2. Click on Settings
3. On the left window pane click on Extensions
4. Choose the extension from the list
5. Click on the Trash bin icon to the right of the extension
6. On the pop-up window click on the Remove button

By installing this extension, you agree to the End User License Agreement and Privacy Policy (https://sites.google.com/view/poshmark-pc/privacy-policy)                    

확장 프로그램 기본 정보

이름 Poshmark Extension Poshmark Extension
ID jfcncfpncjolblnbmgolgngenbofmgil
공식 URL https://chromewebstore.google.com/detail/poshmark-extension/jfcncfpncjolblnbmgolgngenbofmgil
설명 Poshmark makes shopping fun, affordable & easy. Find new and preloved search items from task bar icon.
파일 크기 72.25 KB
설치 횟수 2,551
현재 버전 221.53.13.811
최근 업데이트 2020-07-17
출시 날짜 2020-07-17
개발자 germainekoh7725
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/poshmark-pc/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poshmark Extension",
    "version": "221.53.13.811",
    "description": "Poshmark makes shopping fun, affordable & easy. Find new and preloved search items from task bar icon.",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png"
        },
        "default_popup": "html\/popup\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript2.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.buy-sell-fashion.com\/*",
            "*:\/\/buy-sell-fashion.com\/*"
        ]
    },
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "*.json"
    ]
}