Printfection Giveaway Link Generator

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

Printfection Giveaway Link Generatorคืออะไร?

Printfection Giveaway Link Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.printfection.com และคุณลักษณะหลักของมันคือ "This extention generates and returns links from a customer's Printfection Giveaway."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Printfection Giveaway Link Generator

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Printfection Giveaway Link Generator Printfection Giveaway Link Generator
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"
    ]
}