SrchPop

Search and follow all of your favorite second-hand & preowned marketplaces - all in one place!. Get huge discounts!

SrchPop란 무엇입니까?

SrchPop은(는) https://srchpop.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search and follow all of your favorite second-hand & preowned marketplaces - all in one place!. Get huge discounts!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        SrchPop allows users to search for "pre-owned" and secondhand products for sale across their favorite marketplaces, all in one place.

Want to track a specific product? Download the SrchPop extension, add the product you want to track to your "Watchlist" and let SrchPop track it for you! 

Buyers will be able to find the best price to buy! Sellers can scour prices. Save time and get the best deal!
----------------------------------------------------

By using this add-on, you agree to the SRCHPOP Terms & Conditions available at http://www.srchpop.com/terms

Disclaimer:
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.                    

확장 프로그램 기본 정보

이름 SrchPop SrchPop
ID mkhnkiafjghfjohdjjabfmaddpedbjii
공식 URL https://chromewebstore.google.com/detail/srchpop/mkhnkiafjghfjohdjjabfmaddpedbjii
설명 Search and follow all of your favorite second-hand & preowned marketplaces - all in one place!. Get huge discounts!
파일 크기 4.25 MB
설치 횟수 38
현재 버전 0.2.2
최근 업데이트 2022-10-21
출시 날짜 2020-07-04
평점 5.00/5 총 4 개의 평점
개발자 https://srchpop.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://srchpop.com/
도움말 페이지 URL https://srchpop.com/support
개인정보 보호 정책 페이지 URL https://srchpop.com/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SrchPop",
    "short_name": "SearchPop",
    "version": "0.2.2",
    "description": "Search and follow all of your favorite second-hand & preowned marketplaces - all in one place!. Get huge discounts!",
    "icons": {
        "16": "\/img\/icon-16.png",
        "32": "\/img\/icon-32.png",
        "48": "\/img\/icon-48.png",
        "128": "\/img\/icon-128.png"
    },
    "incognito": "not_allowed",
    "background": {
        "service_worker": "service-worker.mjs",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/logo_no_bg.png",
                "\/img\/cross.svg",
                "\/hoverPopup.mjs",
                "\/util.mjs",
                "\/hoverPopupMarkets.mjs",
                "\/fonts\/DMSans-Regular.ttf"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/icon-16.png",
            "32": "\/img\/icon-32.png",
            "48": "\/img\/icon-48.png",
            "128": "\/img\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/localhost*\/*",
                "*:\/\/srchpop.com\/*"
            ],
            "js": [
                "hoverPopup.js"
            ],
            "css": [
                "hoverPopup.css"
            ],
            "run_at": "document_idle"
        }
    ]
}