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"
    ]
}