MyPriceLog - Price Tracker & Comparison

MyPriceLog is a extension that allows you to compare prices and receive detailed statistics

MyPriceLog - Price Tracker & Comparison क्या है?

MyPriceLog - Price Tracker & Comparison https://mypricelog.co.il द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MyPriceLog is a extension that allows you to compare prices and receive detailed statistics"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MyPriceLog - Price Tracker & Comparison एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A browser add-on that allows you to monitor and compare prices on the "Yad 2" website, and helps you find the most profitable deal!.
5 reasons you will like MyPriceLog:

1) Price indicator:
   Gray - no change in price
   Green - decrease in price
   Red - increase in price
   Purple - new ad

2) Price history:
   By clicking on the indicator you can view the price history of the item

3) Changes map:
   By clicking on the plug-in icon in the browser's menu, you can view all the indicators on a map.

4) Purchase tax calculator:
   Calculate the purchase tax for the property in a simple and convenient way.

5) Mortgage calculator:
   Calculate the expected monthly repayment, taking out a mortgage for the property.	

6) Calculation of expected expenses:
     Calculation of all associated expenses, to understand the total purchase cost.

7) Property price assessment:
     Get a price estimate for the property using Dirobot's indicator.                    

एक्सटेंशन की मूल जानकारी

नाम MyPriceLog - Price Tracker & Comparison MyPriceLog - Price Tracker & Comparison
ID ajdkobhfadcpjjikoggfoedibeljnafj
आधिकारिक URL https://chromewebstore.google.com/detail/mypricelog-price-tracker/ajdkobhfadcpjjikoggfoedibeljnafj
विवरण MyPriceLog is a extension that allows you to compare prices and receive detailed statistics
फ़ाइल का आकार 1.03 MB
स्थापना संख्या 351
वर्तमान संस्करण 29
अंतिम अपडेट 2023-07-30
प्रकाशन तिथि 2023-03-19
डेवलपर https://mypricelog.co.il
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.mypricelog.co.il/
सहायता पृष्ठ URL https://www.mypricelog.co.il/
समर्थित भाषाएँ en,iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "worker_wrapper.js"
    },
    "minimum_chrome_version": "92",
    "default_locale": "en",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon128.png",
            "32": "images\/icon128.png",
            "48": "images\/icon128.png",
            "128": "images\/icon128.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "background\/websites.js",
                "libs\/jquery.js",
                "libs\/google-analytics-bundle.js",
                "libs\/handlebars.runtime.js",
                "libs\/jquery-ui.js",
                "libs\/underscore.js",
                "libs\/backbone.js",
                "libs\/moment.js",
                "libs\/accounting.js",
                "libs\/jquery.transit.js",
                "libs\/chart.js",
                "content\/content.js",
                "content\/notification.js",
                "templatesJs\/itemPopupTemplate.js",
                "templatesJs\/LoginPopupTemplate.js",
                "libs\/utils.js"
            ],
            "matches": [
                "*:\/\/*.yad2.co.il\/*",
                "*:\/\/*.mypricelog.co.il\/*",
                "*:\/\/*.localhost\/*",
                "*:\/\/*.localhost.local\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/www.mypricelog.co.il",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon128.png",
        "18": "images\/icon128.png",
        "32": "images\/icon128.png",
        "48": "images\/icon128.png",
        "64": "images\/icon128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extension_title__",
    "permissions": [
        "activeTab",
        "webNavigation",
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.yad2.co.il\/*",
        "*:\/\/*.mypricelog.co.il\/*",
        "*:\/\/*.localhost\/*",
        "*:\/\/*.localhost.local\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*",
                "templates\/*"
            ],
            "matches": [
                "*:\/\/*.yad2.co.il\/*",
                "*:\/\/*.mypricelog.co.il\/*",
                "*:\/\/*.localhost\/*",
                "*:\/\/*.localhost.local\/*"
            ]
        }
    ],
    "version": "29",
    "short_name": "__MSG_extension_short_name__"
}