Printfection Giveaway Link Generator

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

Apa itu Printfection Giveaway Link Generator?

Printfection Giveaway Link Generator adalah ekstensi Chrome yang dikembangkan oleh https://www.printfection.com, dan fitur utamanya adalah "This extention generates and returns links from a customer's Printfection Giveaway.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Printfection Giveaway Link Generator

Unduh file ekstensi Printfection Giveaway Link Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Printfection Giveaway Link Generator Printfection Giveaway Link Generator
ID ckfdccfmknbfmkkibilbhpajmojbglmf
URL Resmi https://chromewebstore.google.com/detail/printfection-giveaway-lin/ckfdccfmknbfmkkibilbhpajmojbglmf
Deskripsi This extention generates and returns links from a customer's Printfection Giveaway.
Ukuran File 91.19 KB
Jumlah Instalasi 186
Versi Saat Ini 0.2.3
Terakhir Diperbarui 2017-09-08
Tanggal Publikasi 2017-09-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.printfection.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}