Printfection Giveaway Link Generator

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

Vad är Printfection Giveaway Link Generator?

Printfection Giveaway Link Generator är en Chrome-tillägg utvecklad av https://www.printfection.com, och dess huvudfunktion är "This extention generates and returns links from a customer's Printfection Giveaway.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Printfection Giveaway Link Generator-förlängningens CRX-fil

Ladda ner Printfection Giveaway Link Generator-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

                        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.                    

Grundläggande Information om Tillägg

Namn Printfection Giveaway Link Generator Printfection Giveaway Link Generator
ID ckfdccfmknbfmkkibilbhpajmojbglmf
Officiell webbadress https://chromewebstore.google.com/detail/printfection-giveaway-lin/ckfdccfmknbfmkkibilbhpajmojbglmf
Beskrivning This extention generates and returns links from a customer's Printfection Giveaway.
Filstorlek 91.19 KB
Antal Installationer 186
Aktuell Version 0.2.3
Senast Uppdaterad 2017-09-08
Publiceringsdatum 2017-09-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.printfection.com
Betalningssätt free
Stödda Språk 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"
    ]
}