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是由mahmoud.gamal.mousa开发的Chrome扩展程序,该扩展的主要功能是“Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails”。

下载Snaptiks UIDs Converter扩展crx文件

下载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:\/\/*\/*"
    ]
}