Interiorz

Interiorz - Make your dream home a reality

O que é Interiorz?

Interiorz é uma extensão do Chrome desenvolvida por Meganet, e sua principal característica é "Interiorz - Make your dream home a reality".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Interiorz

Baixe arquivos de extensão Interiorz no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Welcome home! 	
Interiorz new tab extension provides the best feed for home renovators and designers, bringing you closer to your dream home - one inspiration at the time. 

Find amazing ideas, recommended stores, designing tools and latest home décor trends. Whether your project is remodeling a small space or custom-building a new house, this is where the journey begins.

The search features use within the extension will be provided by Bing; 
By clicking "Add to Chrome", I accept and agree to install "Interiorz" Chrome extension and hereby agree to set Chrome New Tab to that provided by the service and the Privacy Policy and Terms of Use.                    

Informações Básicas da Extensão

Nome Interiorz Interiorz
ID ehhfehbkmaemfchmmpfpgkfcehlgbdcj
URL Oficial https://chromewebstore.google.com/detail/interiorz/ehhfehbkmaemfchmmpfpgkfcehlgbdcj
Descrição Interiorz - Make your dream home a reality
Tamanho do Arquivo 334 KB
Contagem de Instalações 11,403
Versão Atual 2.0
Última Atualização 2022-01-11
Data de Publicação 2021-12-21
Desenvolvedor Meganet
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://interiorz.live/
URL da Página de Ajuda https://interiorz.live/#contact-us
URL da Página de Política de Privacidade https://interiorz.live/privacy-policy
Idiomas Suportados en
manifest.json
{
    "author": "Interiorz",
    "name": "Interiorz",
    "version": "2.0",
    "manifest_version": 3,
    "description": "Interiorz - Make your dream home a reality",
    "homepage_url": "https:\/\/sg-meganet.com",
    "action": {
        "default_icon": {
            "16": "icons\/interiorz_16.png",
            "32": "icons\/interiorz_32.png",
            "48": "icons\/interiorz_48.png",
            "64": "icons\/interiorz_64.png",
            "96": "icons\/interiorz_96.png",
            "128": "icons\/interiorz_128.png"
        }
    },
    "icons": {
        "16": "icons\/interiorz_16.png",
        "32": "icons\/interiorz_32.png",
        "48": "icons\/interiorz_48.png",
        "64": "icons\/interiorz_64.png",
        "96": "icons\/interiorz_96.png",
        "128": "icons\/interiorz_128.png"
    },
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "short_name": "Interiorz",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}