Pintreel Toolbar
Export anything from anywhere unlimited
What is Pintreel Toolbar?
Pintreel Toolbar is a Chrome extension developed by https://www.pintreel.cn, and its main feature is "Export anything from anywhere unlimited".
Extension Screenshots
Download Pintreel Toolbar Extension CRX File
Download Pintreel Toolbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
导出邮箱,目前支持Salesforce Data.com,阿里巴巴收到的名片和雅虎邮箱联系人。 Facebook搜索 按照Facebook用户名称,点赞 ,位置 工作属性 筛选出用户。自动刷新uid数据,提取uid数据。
Extension Basic Information
Name | Pintreel Toolbar |
ID | fpkcnmaencbbfobodmdknbkchieplbnb |
Official URL | https://chromewebstore.google.com/detail/pintreel-toolbar/fpkcnmaencbbfobodmdknbkchieplbnb |
Description | Export anything from anywhere unlimited |
File Size | 20.35 KB |
Installation Count | 219 |
Current Version | 1.3 |
Last Updated | 2019-05-12 |
Publish Date | 2019-05-12 |
Rating | 4.00/5 Total 8 Ratings |
Developer | https://www.pintreel.cn |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |