SapiensTools

Export your screenshot to SapiensTools

什么是SapiensTools?

SapiensTools是由https://sapiensux.com开发的Chrome扩展程序,该扩展的主要功能是“Export your screenshot to SapiensTools”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载SapiensTools扩展crx文件

下载SapiensTools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This plugin allows you to take a snapshot of a website and send it to your SapiensTOOLS account.

Use SapiensTOOLS to analyse your pages efficiency in seconds.                    

扩展基本信息

名称 SapiensTools SapiensTools
ID hjkmjgeahehoojcfeogggeofjbejkioa
官方URL https://chromewebstore.google.com/detail/sapienstools/hjkmjgeahehoojcfeogggeofjbejkioa
简介 Export your screenshot to SapiensTools
文件大小 62.45 KB
安装次数 58
当前版本 1.0.3
更新时间 2021-05-07
上架时间 2021-03-26
开发者 https://sapiensux.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sapiensux.com/donnees-personnelles
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SapiensTools",
    "version": "1.0.3",
    "description": "Export your screenshot to SapiensTools",
    "background": {
        "service_worker": "background.js"
    },
    "browser_action": {
        "default_icon": "icon_24.png",
        "default_title": "Export to SapiensTools",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.sapienstools.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.sapienstools.com\/*"
            ],
            "js": [
                "export.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        ""
    ],
    "manifest_version": 2
}