Printfection Giveaway Link Generator
This extention generates and returns links from a customer's Printfection Giveaway.
Was ist Printfection Giveaway Link Generator?
Printfection Giveaway Link Generator ist eine Chrome-Erweiterung, die von https://www.printfection.com entwickelt wurde, und ihr Hauptmerkmal ist "This extention generates and returns links from a customer's Printfection Giveaway.".
Erweiterungsscreenshots
Printfection Giveaway Link Generator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Printfection Giveaway Link Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Printfection Giveaway Link Generator |
ID | ckfdccfmknbfmkkibilbhpajmojbglmf |
Offizielle URL | https://chromewebstore.google.com/detail/printfection-giveaway-lin/ckfdccfmknbfmkkibilbhpajmojbglmf |
Beschreibung | This extention generates and returns links from a customer's Printfection Giveaway. |
Dateigröße | 91.19 KB |
Installationsanzahl | 186 |
Aktuelle Version | 0.2.3 |
Letztes Update | 2017-09-08 |
Veröffentlichungsdatum | 2017-09-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.printfection.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |