MyMaison
L'estensione per migliorare la tua esperienza.
Wat is MyMaison?
MyMaison is een Chrome-extensie ontwikkeld door https://www.mymaisonapp.com, en de belangrijkste functie is "L'estensione per migliorare la tua esperienza.".
Extensie Screenshots
Download het CRX-bestand van de extensie MyMaison
Download MyMaison-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
L'estensione serve a collegare Airbnb e altri portali ISTAT con MyMaison.
Basisinformatie over de Extensie
Naam | MyMaison |
ID | bahgahadapljlgmlcgamngljfbfmbnng |
Officiële URL | https://chromewebstore.google.com/detail/mymaison/bahgahadapljlgmlcgamngljfbfmbnng |
Beschrijving | L'estensione per migliorare la tua esperienza. |
Bestandsgrootte | 62.22 KB |
Aantal Installaties | 596 |
Huidige Versie | 0.0.1.1 |
Laatst Bijgewerkt | 2022-05-21 |
Publicatiedatum | 2022-05-21 |
Ontwikkelaar | https://www.mymaisonapp.com |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://docs.mymaisonapp.com |
URL van de Privacybeleid Pagina | https://www.mymaisonapp.com/policy/privacy |
Ondersteunde Talen | 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" } } |