Printfection Giveaway Link Generator

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

Co to jest Printfection Giveaway Link Generator?

Printfection Giveaway Link Generator to rozszerzenie Chrome opracowane przez https://www.printfection.com, a jego główną funkcją jest „This extention generates and returns links from a customer's Printfection Giveaway.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Printfection Giveaway Link Generator

Pobierz pliki rozszerzeń Printfection Giveaway Link Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Printfection Giveaway Link Generator Printfection Giveaway Link Generator
ID ckfdccfmknbfmkkibilbhpajmojbglmf
Oficjalny URL https://chromewebstore.google.com/detail/printfection-giveaway-lin/ckfdccfmknbfmkkibilbhpajmojbglmf
Opis This extention generates and returns links from a customer's Printfection Giveaway.
Rozmiar pliku 91.19 KB
Liczba instalacji 186
Aktualna Wersja 0.2.3
Ostatnia Aktualizacja 2017-09-08
Data Publikacji 2017-09-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://www.printfection.com
Typ Płatności free
Obsługiwane Języki 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"
    ]
}