Printfection Giveaway Link Generator

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

Wat is Printfection Giveaway Link Generator?

Printfection Giveaway Link Generator is een Chrome-extensie ontwikkeld door https://www.printfection.com, en de belangrijkste functie is "This extention generates and returns links from a customer's Printfection Giveaway.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Printfection Giveaway Link Generator

Download Printfection Giveaway Link Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Printfection Giveaway Link Generator Printfection Giveaway Link Generator
ID ckfdccfmknbfmkkibilbhpajmojbglmf
Officiële URL https://chromewebstore.google.com/detail/printfection-giveaway-lin/ckfdccfmknbfmkkibilbhpajmojbglmf
Beschrijving This extention generates and returns links from a customer's Printfection Giveaway.
Bestandsgrootte 91.19 KB
Aantal Installaties 186
Huidige Versie 0.2.3
Laatst Bijgewerkt 2017-09-08
Publicatiedatum 2017-09-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.printfection.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}