Printfection Giveaway Link Generator

This extention generates and returns links from a customer's Printfection Giveaway.

Co je Printfection Giveaway Link Generator?

Printfection Giveaway Link Generator je rozšíření Chrome vyvinuté https://www.printfection.com, a jeho hlavní funkcí je „This extention generates and returns links from a customer's Printfection Giveaway.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Printfection Giveaway Link Generator

Stáhněte si soubory rozšíření Printfection Giveaway Link Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Leverage Printfection's swag platform to easily generate Giveaway redemption URLs on the fly. Just choose the campaign you want to use, click a button, and you'll be provided with a new one-time-use Giveaway link. You can also view your recently created links for reference later.                    

Základní Informace o Rozšíření

Název Printfection Giveaway Link Generator Printfection Giveaway Link Generator
ID ckfdccfmknbfmkkibilbhpajmojbglmf
Oficiální URL https://chromewebstore.google.com/detail/printfection-giveaway-lin/ckfdccfmknbfmkkibilbhpajmojbglmf
Popis This extention generates and returns links from a customer's Printfection Giveaway.
Velikost souboru 91.19 KB
Počet instalací 186
Aktuální Verze 0.2.3
Poslední Aktualizace 2017-09-08
Datum Vydání 2017-09-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.printfection.com
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Printfection Giveaway Link Generator",
    "description": "This extention generates and returns links from a customer's Printfection Giveaway.",
    "version": "0.2.3",
    "icons": {
        "48": "pf_48.png",
        "128": "pf_128.png",
        "256": "pf_256.png"
    },
    "browser_action": {
        "default_title": "Printfection Giveaways",
        "default_popup": "giveaway.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/api.printfection.com\/",
        "storage"
    ]
}