Rabatly.pl | kupony i kody rabatowe

rabatly to strona gdzie znajdziesz wszystkie aktualnie kupony rabatowe. Wtyczka do przeglądarki automatycznie wyszuka najlepszy kod

Was ist Rabatly.pl | kupony i kody rabatowe?

Rabatly.pl | kupony i kody rabatowe ist eine Chrome-Erweiterung, die von SmartWebIT entwickelt wurde, und ihr Hauptmerkmal ist "rabatly to strona gdzie znajdziesz wszystkie aktualnie kupony rabatowe. Wtyczka do przeglądarki automatycznie wyszuka najlepszy kod".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Rabatly.pl | kupony i kody rabatowe-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rabatly.pl | kupony i kody rabatowe-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        rabatly.pl to strona gdzie znajdziesz wszystkie aktualnie kupony rabatowe. Wtyczka do przeglądarki automatycznie wyszuka najlepszy kod rabatowy abyś mógł oszczędzić na zakupach                    

Grundlegende Informationen zur Erweiterung

Name Rabatly.pl | kupony i kody rabatowe Rabatly.pl | kupony i kody rabatowe
ID pjllichgpcgjfmgobdgkbbfnfdgchgob
Offizielle URL https://chromewebstore.google.com/detail/rabatlypl-kupony-i-kody-r/pjllichgpcgjfmgobdgkbbfnfdgchgob
Beschreibung rabatly to strona gdzie znajdziesz wszystkie aktualnie kupony rabatowe. Wtyczka do przeglądarki automatycznie wyszuka najlepszy kod
Dateigröße 739 KB
Installationsanzahl 146
Aktuelle Version 2.3.3
Letztes Update 2021-04-21
Veröffentlichungsdatum 2020-12-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler SmartWebIT
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://rabatly.pl
Hilfeseite URL https://rabatly.pl
URL der Datenschutzrichtlinien-Seite https://rabatly.pl/policy
Unterstützte Sprachen pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "2.3.3",
    "manifest_version": 2,
    "author": "Rabatly.pl",
    "description": "__MSG_extensionDescription__",
    "default_locale": "pl",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "48": "icons\/favicon-48x48.png"
    },
    "homepage_url": "https:\/\/rabatly.pl",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*",
        "js\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self';",
    "browser_action": {
        "default_icon": "icons\/favicon-48x48.png",
        "default_popup": "popup.html",
        "default_title": "Rabatly"
    }
}