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 拡張機能の基本情報
| 名前 | |
| 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:\/\/*\/*"
]
} | |