SapiensTools
Export your screenshot to SapiensTools
Cos'è SapiensTools?
SapiensTools è un'estensione di Chrome sviluppata da https://sapiensux.com, e la sua funzione principale è "Export your screenshot to SapiensTools".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SapiensTools
Scarica i file di estensione SapiensTools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hjkmjgeahehoojcfeogggeofjbejkioa |
| URL Ufficiale | https://chromewebstore.google.com/detail/sapienstools/hjkmjgeahehoojcfeogggeofjbejkioa |
| Descrizione | Export your screenshot to SapiensTools |
| Dimensione del File | 62.45 KB |
| Conteggio Installazioni | 58 |
| Versione Corrente | 1.0.3 |
| Ultimo Aggiornamento | 2021-05-07 |
| Data di Pubblicazione | 2021-03-26 |
| Sviluppatore | https://sapiensux.com |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://sapiensux.com/donnees-personnelles |
| Lingue Supportate | 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",
" | |