Handz - price comparison made simple

Easy Price comparison - Currently working on Yad2. More sites will join soon

Handz - price comparison made simple란 무엇입니까?

Handz - price comparison made simple은(는) https://handz.co.il에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy Price comparison - Currently working on Yad2. More sites will join soon"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Handz - price comparison made simple 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        היסטוריית מחירים של דירות למכירה ביד2                    

확장 프로그램 기본 정보

이름 Handz - price comparison made simple Handz - price comparison made simple
ID gjgdhpnmmpcpgjaepjehbijfgdblflbi
공식 URL https://chromewebstore.google.com/detail/handz-price-comparison-ma/gjgdhpnmmpcpgjaepjehbijfgdblflbi
설명 Easy Price comparison - Currently working on Yad2. More sites will join soon
파일 크기 60.55 KB
설치 횟수 37,778
현재 버전 6.2.0.0
최근 업데이트 2024-02-24
출시 날짜 2020-06-28
평점 4.68/5 총 264 개의 평점
개발자 https://handz.co.il
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.handz.co.il
개인정보 보호 정책 페이지 URL https://app.handz.co.il/privacyPolicy
지원되는 언어 en,iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "6.2.0.0",
    "description": "__MSG_description__",
    "default_locale": "he",
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.handz.co.il\/*"
        ]
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "__MSG_name__"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.yad2.co.il\/*",
        "*:\/\/*.madlan.co.il\/*",
        "*:\/\/*.ad.co.il\/*",
        "*:\/\/*.komo.co.il\/*",
        "*:\/\/*.madas.co.il\/*",
        "*:\/\/*.nadlan.co.il\/*",
        "*:\/\/*.nadlan.com\/*",
        "*:\/\/*.homeless.co.il\/*",
        "*:\/\/*.winwin.co.il\/*",
        "*:\/\/*.zap.co.il\/*",
        "*:\/\/*.bipbip.co.il\/*",
        "*:\/\/*.diradira.co.il\/*",
        "*:\/\/*.homely.co.il\/*",
        "*:\/\/*.focusnet.co.il\/*",
        "*:\/\/*.handz.co.il\/*",
        "*:\/\/*.handz.local\/*",
        "*:\/\/*.google-analytics.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/js\/21f64475.js"
            ],
            "matches": [
                "*:\/\/*.madlan.co.il\/*",
                "*:\/\/*.ad.co.il\/*",
                "*:\/\/*.komo.co.il\/*",
                "*:\/\/*.madas.co.il\/*",
                "*:\/\/*.nadlan.com\/*",
                "*:\/\/*.homeless.co.il\/*",
                "*:\/\/*.winwin.co.il\/*",
                "*:\/\/*.zap.co.il\/*",
                "*:\/\/*.bipbip.co.il\/*",
                "*:\/\/*.diradira.co.il\/*",
                "*:\/\/*.homely.co.il\/*",
                "*:\/\/*.focusnet.co.il\/*",
                "*:\/\/*.handz.co.il\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "assets\/js\/34f61318.js"
            ],
            "matches": [
                "*:\/\/*.yad2.co.il\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/js\/1b07c009.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.ad.co.il\/*",
                "*:\/\/*.bipbip.co.il\/*",
                "*:\/\/*.diradira.co.il\/*",
                "*:\/\/*.focusnet.co.il\/*",
                "*:\/\/*.handz.co.il\/*",
                "*:\/\/*.homeless.co.il\/*",
                "*:\/\/*.homely.co.il\/*",
                "*:\/\/*.komo.co.il\/*",
                "*:\/\/*.madas.co.il\/*",
                "*:\/\/*.madlan.co.il\/*",
                "*:\/\/*.nadlan.com\/*",
                "*:\/\/*.winwin.co.il\/*",
                "*:\/\/*.zap.co.il\/*"
            ],
            "resources": [
                "assets\/chunks\/js\/4ed993c7.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/*.yad2.co.il\/*"
            ],
            "resources": [
                "assets\/chunks\/js\/86dd9a60.js",
                "assets\/chunks\/js\/791ca35e.js"
            ],
            "use_dynamic_url": true
        }
    ]
}