SapiensTools

Export your screenshot to SapiensTools

What is SapiensTools?

SapiensTools is a Chrome extension developed by https://sapiensux.com, and its main feature is "Export your screenshot to SapiensTools".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download SapiensTools Extension CRX File

Download SapiensTools 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

                        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.                    

Extension Basic Information

Name SapiensTools SapiensTools
ID hjkmjgeahehoojcfeogggeofjbejkioa
Official URL https://chromewebstore.google.com/detail/sapienstools/hjkmjgeahehoojcfeogggeofjbejkioa
Description Export your screenshot to SapiensTools
File Size 62.45 KB
Installation Count 58
Current Version 1.0.3
Last Updated 2021-05-07
Publish Date 2021-03-26
Developer https://sapiensux.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sapiensux.com/donnees-personnelles
Supported Languages 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
}