MyMaison
L'estensione per migliorare la tua esperienza.
What is MyMaison?
MyMaison is a Chrome extension developed by https://www.mymaisonapp.com, and its main feature is "L'estensione per migliorare la tua esperienza.".
Extension Screenshots
Download MyMaison Extension CRX File
Download MyMaison 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
L'estensione serve a collegare Airbnb e altri portali ISTAT con MyMaison.
Extension Basic Information
Name | MyMaison |
ID | bahgahadapljlgmlcgamngljfbfmbnng |
Official URL | https://chromewebstore.google.com/detail/mymaison/bahgahadapljlgmlcgamngljfbfmbnng |
Description | L'estensione per migliorare la tua esperienza. |
File Size | 62.22 KB |
Installation Count | 596 |
Current Version | 0.0.1.1 |
Last Updated | 2022-05-21 |
Publish Date | 2022-05-21 |
Developer | https://www.mymaisonapp.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://docs.mymaisonapp.com |
Privacy Policy Page URL | https://www.mymaisonapp.com/policy/privacy |
Supported Languages | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyMaison", "version": "0.0.1.1", "description": "L'estensione per migliorare la tua esperienza.", "manifest_version": 3, "permissions": [], "host_permissions": [ "https:\/\/api.airbnb.com\/", "https:\/\/*.mymaisonapp.com\/" ], "externally_connectable": { "matches": [ "https:\/\/*.mymaisonapp.com\/*" ] }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.mymaisonapp.com\/*" ], "run": "document_end", "js": [ "content-script.js" ] } ], "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } } |