Printfection Giveaway Link Generator

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

Printfection Giveaway Link Generator là gì?

Printfection Giveaway Link Generator là một tiện ích mở rộng Chrome được phát triển bởi https://www.printfection.com, và tính năng chính của nó là "This extention generates and returns links from a customer's Printfection Giveaway.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Printfection Giveaway Link Generator

Tải xuống các tệp mở rộng Printfection Giveaway Link Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Printfection Giveaway Link Generator Printfection Giveaway Link Generator
ID ckfdccfmknbfmkkibilbhpajmojbglmf
URL Chính Thức https://chromewebstore.google.com/detail/printfection-giveaway-lin/ckfdccfmknbfmkkibilbhpajmojbglmf
Mô tả This extention generates and returns links from a customer's Printfection Giveaway.
Kích Thước Tệp 91.19 KB
Số Lần Cài Đặt 186
Phiên Bản Hiện Tại 0.2.3
Cập Nhật Lần Cuối 2017-09-08
Ngày Phát Hành 2017-09-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.printfection.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}