TopCash

התוסף של TopCash יזכיר לכם לקבל את הקאשבק שמגיע לכם!

Hvad er TopCash?

TopCash er en Chrome-udvidelse udviklet af https://topcash.co.il, og dens hovedfunktion er "התוסף של TopCash יזכיר לכם לקבל את הקאשבק שמגיע לכם!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download TopCash-udvidelses-CRX-fil

Download TopCash-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn TopCash TopCash
ID mpfgfcgaecedikelhdfgjknikdhfdbhb
Officiel URL https://chromewebstore.google.com/detail/topcash/mpfgfcgaecedikelhdfgjknikdhfdbhb
Beskrivelse התוסף של TopCash יזכיר לכם לקבל את הקאשבק שמגיע לכם!
Filstørrelse 799 KB
Antal Installationer 14,741
Nuværende Version 21.13
Senest Opdateret 2023-05-29
Udgivelsesdato 2020-07-09
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler https://topcash.co.il
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.topcash.co.il
Hjælpeside-URL https://www.topcash.co.il/contact
URL til Fortrolighedspolitik Side https://cashdo.co.il/terms
Understøttede Sprog iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/128.png",
        "default_title": "TopCash",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "libs\/jquery.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",
                "content\/templates.js",
                "content\/notification.js",
                "content\/content.js",
                "libs\/utils.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "description": "\u05d4\u05ea\u05d5\u05e1\u05e3 \u05e9\u05dc TopCash \u05d9\u05d6\u05db\u05d9\u05e8 \u05dc\u05db\u05dd \u05dc\u05e7\u05d1\u05dc \u05d0\u05ea \u05d4\u05e7\u05d0\u05e9\u05d1\u05e7 \u05e9\u05de\u05d2\u05d9\u05e2 \u05dc\u05db\u05dd!",
    "homepage_url": "https:\/\/www.topcash.co.il",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "18": "images\/18.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png"
    },
    "manifest_version": 3,
    "name": "TopCash",
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "webRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*",
                "templates\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "21.13",
    "short_name": "TopCash"
}