DobreKody.pl

Kody rabatowe i kupony do tysięcy sklepów internetowych - DobreKody.pl

What is DobreKody.pl?

DobreKody.pl is a Chrome extension developed by https://www.dobrekody.pl, and its main feature is "Kody rabatowe i kupony do tysięcy sklepów internetowych - DobreKody.pl".

Extension Screenshots

screenshot
screenshot

Download DobreKody.pl Extension CRX File

Download DobreKody.pl 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

                        Serwis DobreKody.pl to darmowy agregator kodów rabatowych do tysięcy najlepszych sklepów internetowych - dzięki zastosowaniu automatycznej integracji ze sklepami IAI-Shop.com wszystkie kody w serwisie DobreKody.pl są zawsze aktualne, zweryfikowane i od razu gotowe do wykorzystania za pomocą jednego kliknięcia.                    

Extension Basic Information

Name DobreKody.pl DobreKody.pl
ID lohpenaniabjegjlnclgapgejgcpodil
Official URL https://chromewebstore.google.com/detail/dobrekodypl/lohpenaniabjegjlnclgapgejgcpodil
Description Kody rabatowe i kupony do tysięcy sklepów internetowych - DobreKody.pl
File Size 179 KB
Installation Count 891
Current Version 1.3.0
Last Updated 2023-02-09
Publish Date 2018-06-22
Rating 5.00/5 Total 22 Ratings
Developer https://www.dobrekody.pl
Email [email protected]
Payment Type free
Extension Website https://www.dobrekody.pl/
Privacy Policy Page URL https://www.idosell.com/corp/privacy/policy/privacy-and-safety-policy-in-idosell-com
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DobreKody.pl",
    "description": "Kody rabatowe i kupony do tysi\u0119cy sklep\u00f3w internetowych - DobreKody.pl",
    "author": "IAI S.A.",
    "version": "1.3.0",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/jquery\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon32.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": {
            "1": "img\/icon128.png"
        },
        "default_popup": "plugin.html"
    }
}