MySwag

Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list

Was ist MySwag?

MySwag ist eine Chrome-Erweiterung, die von http://www.mysw.ag entwickelt wurde, und ihr Hauptmerkmal ist "Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

MySwag-Erweiterungs-CRX-Datei herunterladen

Laden Sie MySwag-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

                        Join MySwag to save and share all the things you really want, from any store. It’s completely free.                    

Grundlegende Informationen zur Erweiterung

Name MySwag MySwag
ID khkbcbgmnoboogdclalcfcmfkcijfbee
Offizielle URL https://chrome.google.com/webstore/detail/khkbcbgmnoboogdclalcfcmfkcijfbee
Beschreibung Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list
Dateigröße 256 KB
Installationsanzahl 38
Aktuelle Version 2.6
Letztes Update 2018-10-10
Veröffentlichungsdatum 2018-10-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://www.mysw.ag
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.mysw.ag
Hilfeseite URL http://www.mysw.ag
URL der Datenschutzrichtlinien-Seite http://www.mysw.ag/privacy-policy
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MySwag",
    "version": "2.6",
    "manifest_version": 2,
    "description": "Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list",
    "icons": {
        "19": "img\/MySwagLogo-19.png",
        "48": "img\/MySwagLogo-48.png",
        "128": "img\/MySwagLogo-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/MySwagLogo-19.png",
            "38": "img\/MySwagLogo-38.png"
        },
        "default_title": "Add this product your MySwag wishlist"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.12.4.js",
                "jquery-ui.js",
                "functions.js"
            ],
            "css": [
                "content.css",
                "jquery-ui.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "*:\/\/*.mysw.ag\/",
        "background",
        ""
    ]
}