Poundsqueeze

Price Extention

Poundsqueeze란 무엇입니까?

Poundsqueeze은(는) https://poundsqueeze.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Price Extention"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Poundsqueeze is an AI powered extension that helps shoppers save money by doing rapid price comparison discovery on multiple websites providing users with the best possible prices ranked in order of cheapest to most expensive. Utilising advanced machine learning, Poundsqueeze will is one of the most effective and advanced ways for users to save considerable sums of money shopping online at considerable speed by providing up to 20 results in less than 20 seconds.                    

확장 프로그램 기본 정보

이름 Poundsqueeze Poundsqueeze
ID ifbklbcndmmpkgioomcbcaoeeipfkfcb
공식 URL https://chromewebstore.google.com/detail/poundsqueeze/ifbklbcndmmpkgioomcbcaoeeipfkfcb
설명 Price Extention
파일 크기 311 KB
설치 횟수 33
현재 버전 3.4.10
최근 업데이트 2024-02-28
출시 날짜 2023-10-02
평점 5.00/5 총 2 개의 평점
개발자 https://poundsqueeze.co.uk
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://poundsqueeze.co.uk/
도움말 페이지 URL https://poundsqueeze.co.uk/
개인정보 보호 정책 페이지 URL https://poundsqueeze.co.uk/privacy-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Poundsqueeze",
    "version": "3.4.10",
    "description": "Price Extention",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        },
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/poundsqueeze.co.uk\/*",
        "http:\/\/13.50.254.152:5000\/*",
        "https:\/\/proxy.scrapeops.io\/*",
        "https:\/\/api.poundsqueeze.co.uk\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/poundsqueeze.co.uk\/*",
                "http:\/\/13.50.254.152:5000\/*",
                "https:\/\/proxy.scrapeops.io\/*",
                "https:\/\/api.poundsqueeze.co.uk\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}