SrchPop

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

SrchPopคืออะไร?

SrchPop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://srchpop.com และคุณลักษณะหลักของมันคือ "Search and follow all of your favorite second-hand & preowned marketplaces - all in one place!. Get huge discounts!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SrchPop

ดาวน์โหลดไฟล์ส่วนขยาย SrchPop ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}