MySwag

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

Hvad er MySwag?

MySwag er en Chrome-udvidelse udviklet af http://www.mysw.ag, og dens hovedfunktion er "Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download MySwag-udvidelses-CRX-fil

Download MySwag-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

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

Grundlæggende oplysninger om udvidelsen

Navn MySwag MySwag
ID khkbcbgmnoboogdclalcfcmfkcijfbee
Officiel URL https://chrome.google.com/webstore/detail/khkbcbgmnoboogdclalcfcmfkcijfbee
Beskrivelse Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list
Filstørrelse 256 KB
Antal Installationer 38
Nuværende Version 2.6
Senest Opdateret 2018-10-10
Udgivelsesdato 2018-10-10
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://www.mysw.ag
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.mysw.ag
Hjælpeside-URL http://www.mysw.ag
URL til Fortrolighedspolitik Side http://www.mysw.ag/privacy-policy
Understøttede Sprog 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",
        ""
    ]
}