MySwag

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

Vad är MySwag?

MySwag är en Chrome-tillägg utvecklad av http://www.mysw.ag, och dess huvudfunktion är "Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner MySwag-förlängningens CRX-fil

Ladda ner MySwag-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn MySwag MySwag
ID khkbcbgmnoboogdclalcfcmfkcijfbee
Officiell webbadress https://chrome.google.com/webstore/detail/khkbcbgmnoboogdclalcfcmfkcijfbee
Beskrivning Installing the MySwag button on your browser enables you to add items from any website in an instant to your MySwag wish list
Filstorlek 256 KB
Antal Installationer 38
Aktuell Version 2.6
Senast Uppdaterad 2018-10-10
Publiceringsdatum 2018-10-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://www.mysw.ag
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.mysw.ag
Hjälpsida URL http://www.mysw.ag
URL till Sekretesspolicy Sidan http://www.mysw.ag/privacy-policy
Stödda Språk 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",
        ""
    ]
}