Handz - price comparison made simple
Easy Price comparison - Currently working on Yad2. More sites will join soon
What is Handz - price comparison made simple?
Handz - price comparison made simple is a Chrome extension developed by https://handz.co.il, and its main feature is "Easy Price comparison - Currently working on Yad2. More sites will join soon".
Extension Screenshots
Download Handz - price comparison made simple Extension CRX File
Download Handz - price comparison made simple extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
היסטוריית מחירים של דירות למכירה ביד2
Extension Basic Information
Name | Handz - price comparison made simple |
ID | gjgdhpnmmpcpgjaepjehbijfgdblflbi |
Official URL | https://chromewebstore.google.com/detail/handz-price-comparison-ma/gjgdhpnmmpcpgjaepjehbijfgdblflbi |
Description | Easy Price comparison - Currently working on Yad2. More sites will join soon |
File Size | 60.55 KB |
Installation Count | 37,778 |
Current Version | 6.2.0.0 |
Last Updated | 2024-02-24 |
Publish Date | 2020-06-28 |
Rating | 4.68/5 Total 264 Ratings |
Developer | https://handz.co.il |
[email protected] | |
Payment Type | free |
Extension Website | https://www.handz.co.il |
Privacy Policy Page URL | https://app.handz.co.il/privacyPolicy |
Supported Languages | 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 } ] } |