Spiagge.it Manager
With the Spiagge.it extension you can manage your fiscal printers faster.
What is Spiagge.it Manager?
Spiagge.it Manager is a Chrome extension developed by https://spiagge.it, and its main feature is "With the Spiagge.it extension you can manage your fiscal printers faster.".
Extension Screenshots
Download Spiagge.it Manager Extension CRX File
Download Spiagge.it Manager 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
With the Spiagge.it extension for Google Chrome you can manage your fiscal printers faster and use a secure connection. You can use the secure connection to Spiagge.it servers and connect a local fiscal printer without a SSL certificate.
Extension Basic Information
Name | |
ID | kddlpmnnlnnlbdmlmneclkmgbgfifeag |
Official URL | https://chromewebstore.google.com/detail/spiaggeit-manager/kddlpmnnlnnlbdmlmneclkmgbgfifeag |
Description | With the Spiagge.it extension you can manage your fiscal printers faster. |
File Size | 53.55 KB |
Installation Count | 438 |
Current Version | 3.0.0 |
Last Updated | 2022-10-14 |
Publish Date | 2020-01-27 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://spiagge.it |
[email protected] | |
Payment Type | free |
Extension Website | https://www.spiagge.it |
Help Page URL | https://www.spiagge.it |
Privacy Policy Page URL | https://www.anm22.it/it/privacy-policy |
Supported Languages | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "3.0.0", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.anm22.it\/*", "*:\/\/*.yourbeach.it\/*", "*:\/\/*.spiagge.it\/*", "*:\/\/localhost\/*" ], "js": [ "myScript.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.ico", "32": "images\/icon32.ico", "48": "images\/icon48.ico", "128": "images\/icon128.ico" } }, "icons": { "16": "images\/icon16.ico", "32": "images\/icon32.ico", "48": "images\/icon48.ico", "128": "images\/icon128.ico" }, "permissions": [ "tabs" ], "externally_connectable": { "matches": [ "*:\/\/*.anm22.it\/*", "*:\/\/*.yourbeach.it\/*", "*:\/\/*.spiagge.it\/*", "*:\/\/localhost\/*" ] }, "web_accessible_resources": [ { "resources": [ "enableChromeExt.js", "images\/icon16.ico", "images\/icon32.ico", "images\/icon48.ico", "images\/icon128.ico" ], "matches": [ "*:\/\/*.anm22.it\/*", "*:\/\/*.yourbeach.it\/*", "*:\/\/*.spiagge.it\/*", "*:\/\/localhost\/*" ] } ] } |