Snaptiks UIDs Converter

Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails

Что такое Snaptiks UIDs Converter?

Snaptiks UIDs Converter - это расширение Chrome, разработанное mahmoud.gamal.mousa, и его основная функция - "Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails".

Скачать файл CRX расширения Snaptiks UIDs Converter

Скачайте файлы расширений Snaptiks UIDs Converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails                    

Основная информация о расширении

Название Snaptiks UIDs Converter Snaptiks UIDs Converter
ID phjfgnkofpnliccpmoghjfmbpehiggjp
Официальный URL https://chrome.google.com/webstore/detail/snaptiks-uids-converter/phjfgnkofpnliccpmoghjfmbpehiggjp
Описание Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
Размер файла 8.93 KB
Количество установок 41
Текущая Версия 0.1.1
Последнее Обновление 2015-02-03
Дата публикации 2015-02-03
Рейтинг 5.00/5 Всего 1 оценок
Разработчик mahmoud.gamal.mousa
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snaptiks UIDs Converter",
    "description": "Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails",
    "version": "0.1.1",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}