Pintreel Toolbar

Export anything from anywhere unlimited

Wat is Pintreel Toolbar?

Pintreel Toolbar is een Chrome-extensie ontwikkeld door https://www.pintreel.cn, en de belangrijkste functie is "Export anything from anywhere unlimited".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pintreel Toolbar

Download Pintreel Toolbar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        导出邮箱,目前支持Salesforce Data.com,阿里巴巴收到的名片和雅虎邮箱联系人。
Facebook搜索 按照Facebook用户名称,点赞 ,位置 工作属性 筛选出用户。自动刷新uid数据,提取uid数据。                    

Basisinformatie over de Extensie

Naam Pintreel Toolbar Pintreel Toolbar
ID fpkcnmaencbbfobodmdknbkchieplbnb
Officiële URL https://chromewebstore.google.com/detail/pintreel-toolbar/fpkcnmaencbbfobodmdknbkchieplbnb
Beschrijving Export anything from anywhere unlimited
Bestandsgrootte 20.35 KB
Aantal Installaties 219
Huidige Versie 1.3
Laatst Bijgewerkt 2019-05-12
Publicatiedatum 2019-05-12
Beoordeling 4.00/5 Totaal 8 Beoordelingen
Ontwikkelaar https://www.pintreel.cn
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}