Printfection Giveaway Link Generator
This extention generates and returns links from a customer's Printfection Giveaway.
What is Printfection Giveaway Link Generator?
Printfection Giveaway Link Generator is a Chrome extension developed by https://www.printfection.com, and its main feature is "This extention generates and returns links from a customer's Printfection Giveaway.".
Extension Screenshots
Download Printfection Giveaway Link Generator Extension CRX File
Download Printfection Giveaway Link Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Printfection Giveaway Link Generator |
ID | ckfdccfmknbfmkkibilbhpajmojbglmf |
Official URL | https://chromewebstore.google.com/detail/printfection-giveaway-lin/ckfdccfmknbfmkkibilbhpajmojbglmf |
Description | This extention generates and returns links from a customer's Printfection Giveaway. |
File Size | 91.19 KB |
Installation Count | 186 |
Current Version | 0.2.3 |
Last Updated | 2017-09-08 |
Publish Date | 2017-09-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.printfection.com |
Payment Type | free |
Supported Languages | 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" ] } |