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 |
| 官方網址 | 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"
]
} | |