Pintreel Toolbar
Export anything from anywhere unlimited
什么是Pintreel Toolbar?
Pintreel Toolbar是由https://www.pintreel.cn开发的Chrome扩展程序,该扩展的主要功能是“Export anything from anywhere unlimited”。
扩展截图
下载Pintreel Toolbar扩展crx文件
下载Pintreel Toolbar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
导出邮箱,目前支持Salesforce Data.com,阿里巴巴收到的名片和雅虎邮箱联系人。 Facebook搜索 按照Facebook用户名称,点赞 ,位置 工作属性 筛选出用户。自动刷新uid数据,提取uid数据。
扩展基本信息
名称 | Pintreel Toolbar |
ID | fpkcnmaencbbfobodmdknbkchieplbnb |
官方URL | https://chromewebstore.google.com/detail/pintreel-toolbar/fpkcnmaencbbfobodmdknbkchieplbnb |
简介 | Export anything from anywhere unlimited |
文件大小 | 20.35 KB |
安装次数 | 219 |
当前版本 | 1.3 |
更新时间 | 2019-05-12 |
上架时间 | 2019-05-12 |
评分 | 4.00/5 共8次评分 |
开发者 | https://www.pintreel.cn |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | zh-CN |
manifest.json | |
{ "background": { "scripts": [ "assets\/js\/background.js" ] }, "browser_action": { "default_icon": "assets\/image\/icon16.png", "default_title": "\u54c1\u63a8\u5de5\u5177\u680f" }, "content_scripts": [ { "css": [ "assets\/css\/style.css" ], "js": [ "assets\/js\/main.js" ], "matches": [ "*:\/\/*\/*" ] } ], "description": "Export anything from anywhere unlimited", "icons": { "128": "assets\/image\/icon128.png", "16": "assets\/image\/icon16.png", "48": "assets\/image\/icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApixHJQHZUvmobIkUtVreiV\/VOVFjEGaAp3TFl3SBZRWrZ1utmDCNxIDHVTbbcw+ItJ2n4g5kKwbu2vUIeGqTymHLAeYQyYtpMfztgwhaoNp49gMEtlYZcV\/Cijw7hWpRGVznpTvWdJ\/6XV12XLEOV2FVbK73gTGOhvYcBaS+zW\/lR1x36CqnnDiqzOugQ063JWF\/P69yx0A3Xrs5Dc7m2+16L2wL2YWl3ZUZGy9VfAzDH+Z32DzRwW6xTu6XzsVIBFW05u93PNc8e2io2wfB2gl6i4xryCiziWX+rBU0fc0w2jjZ1z7+RKwcXdQrsa78HP8zC5eBapW+hTVqEpwETwIDAQAB", "manifest_version": 2, "name": "Pintreel Toolbar", "permissions": [ "activeTab" ], "short_name": "pintreel-toolbar", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3", "web_accessible_resources": [ "assets\/image\/logo.png" ] } |