Printfection Giveaway Link Generator
This extention generates and returns links from a customer's Printfection Giveaway.
什么是Printfection Giveaway Link Generator?
Printfection Giveaway Link Generator是由https://www.printfection.com开发的Chrome扩展程序,该扩展的主要功能是“This extention generates and returns links from a customer's Printfection Giveaway.”。
扩展截图
下载Printfection Giveaway Link Generator扩展crx文件
下载Printfection Giveaway Link Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | ckfdccfmknbfmkkibilbhpajmojbglmf |
| 官方URL | https://chromewebstore.google.com/detail/printfection-giveaway-lin/ckfdccfmknbfmkkibilbhpajmojbglmf |
| 简介 | This extention generates and returns links from a customer's Printfection Giveaway. |
| 文件大小 | 91.19 KB |
| 安装次数 | 186 |
| 当前版本 | 0.2.3 |
| 更新时间 | 2017-09-08 |
| 上架时间 | 2017-09-08 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://www.printfection.com |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |