Ifat Bakarat Pirsum

תוסף רייטינג של חברת יפעת

What is Ifat Bakarat Pirsum?

Ifat Bakarat Pirsum is a Chrome extension developed by https://www.ifat.com, and its main feature is "תוסף רייטינג של חברת יפעת".

Extension Screenshots

screenshot
screenshot
screenshot

Download Ifat Bakarat Pirsum Extension CRX File

Download Ifat Bakarat Pirsum 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

                        תוסף לדפדפן של חברת "יפעת בקרת פרסום", שנועד לתיעוד מודעות פרסום באתרים ושמירת נתוני רייטינג לגלישה ברשת.
התוסף מיועד להתקנה לפאנל המשתמשים הנבחרים של החברה ומותקן בהסכמתם בלבד.                    

Extension Basic Information

Name Ifat Bakarat Pirsum Ifat Bakarat Pirsum
ID hcicdlofgmjjiloeecipffiacpholmkb
Official URL https://chromewebstore.google.com/detail/ifat-bakarat-pirsum/hcicdlofgmjjiloeecipffiacpholmkb
Description תוסף רייטינג של חברת יפעת
File Size 137 KB
Installation Count 2,038
Current Version 1.77.8
Last Updated 2022-06-26
Publish Date 2020-05-31
Rating 4.00/5 Total 10 Ratings
Developer https://www.ifat.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.bakaratpirsum.co.il/misc/ExtensionPrivacy.pdf
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ifat Bakarat Pirsum",
    "version": "1.77.8",
    "manifest_version": 2,
    "description": "\u05ea\u05d5\u05e1\u05e3 \u05e8\u05d9\u05d9\u05d8\u05d9\u05e0\u05d2 \u05e9\u05dc \u05d7\u05d1\u05e8\u05ea \u05d9\u05e4\u05e2\u05ea",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.1.1.js",
            "js\/fire_welcome_page.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webNavigation",
        "webRequest",
        "storage",
        "https:\/\/panelads.ifat.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.1.1.js",
                "js\/extension.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}