סוכן המחירים - Price Agent

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

What is סוכן המחירים - Price Agent?

סוכן המחירים - Price Agent is a Chrome extension developed by Eliran.E, and its main feature is "הסטוריית מחירים של דירות למכירה, דירות להשכרה, רכבים ומוצרים ביד 2".

Extension Screenshots

screenshot
screenshot

Download סוכן המחירים - Price Agent Extension CRX File

Download סוכן המחירים - Price Agent 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, כגון נדל"ן ורכבים. 
באמצעות סוכן המחירים ניתן לזהות מוכרים לחוצים ועסקאות שוות במחירים אטרקטיבים.

התוסף מוסיף אייקון ליד כל פריט המסמל:
1. המחיר זהה לעדכון האחרון (סימן שווה)
2. המחיר עלה מהעדכון האחרון (חץ למעלה אדום)
3. המחיר ירד מהעדכון האחרון (חץ למטה ירוק)

מעבר עכבר יציג את תאריך הזיהוי והמחירים.

בקרוב תמיכה באתרים אחרים - בהתאם לביקוש.                    

Extension Basic Information

Name סוכן המחירים - Price Agent סוכן המחירים - Price Agent
ID picbncgmbmfkhnilaibbpifbmgljigia
Official URL https://chromewebstore.google.com/detail/%D7%A1%D7%95%D7%9B%D7%9F-%D7%94%D7%9E%D7%97%D7%99%D7%A8%D7%99%D7%9D-price-agent/picbncgmbmfkhnilaibbpifbmgljigia
Description הסטוריית מחירים של דירות למכירה, דירות להשכרה, רכבים ומוצרים ביד 2
File Size 19.27 KB
Installation Count 602
Current Version 2.81
Last Updated 2023-08-05
Publish Date 2020-06-19
Rating 4.50/5 Total 6 Ratings
Developer Eliran.E
Email [email protected]
Payment Type free
Extension Website https://chrome.google.com/webstore/detail/%D7%A1%D7%95%D7%9B%D7%9F-%D7%94%D7%9E%D7%97%D7%99%D7%A8%D7%99%D7%9D-price-agent/picbncgmbmfkhnilaibbpifbmgljigia
Help Page URL https://chrome.google.com/webstore/detail/%D7%A1%D7%95%D7%9B%D7%9F-%D7%94%D7%9E%D7%97%D7%99%D7%A8%D7%99%D7%9D-price-agent/picbncgmbmfkhnilaibbpifbmgljigia
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u05e1\u05d5\u05db\u05df \u05d4\u05de\u05d7\u05d9\u05e8\u05d9\u05dd - Price Agent",
    "description": "\u05d4\u05e1\u05d8\u05d5\u05e8\u05d9\u05d9\u05ea \u05de\u05d7\u05d9\u05e8\u05d9\u05dd \u05e9\u05dc \u05d3\u05d9\u05e8\u05d5\u05ea \u05dc\u05de\u05db\u05d9\u05e8\u05d4, \u05d3\u05d9\u05e8\u05d5\u05ea \u05dc\u05d4\u05e9\u05db\u05e8\u05d4, \u05e8\u05db\u05d1\u05d9\u05dd \u05d5\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05d1\u05d9\u05d3 2",
    "version": "2.81",
    "permissions": [
        "identity",
        "activeTab"
    ],
    "icons": {
        "128": "images\/agent.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.yad2.co.il\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "agentStyles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self' "
    },
    "oauth2": {
        "client_id": "276747962056-u7k1o6ffrcq5knosvirv38v8mof6jeh0.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "manifest_version": 3
}