Interiorz

Interiorz - Make your dream home a reality

Interiorz là gì?

Interiorz là một tiện ích mở rộng Chrome được phát triển bởi Meganet, và tính năng chính của nó là "Interiorz - Make your dream home a reality".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Interiorz

Tải xuống các tệp mở rộng Interiorz dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Interiorz Interiorz
ID ehhfehbkmaemfchmmpfpgkfcehlgbdcj
URL Chính Thức https://chromewebstore.google.com/detail/interiorz/ehhfehbkmaemfchmmpfpgkfcehlgbdcj
Mô tả Interiorz - Make your dream home a reality
Kích Thước Tệp 334 KB
Số Lần Cài Đặt 11,403
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2022-01-11
Ngày Phát Hành 2021-12-21
Nhà Phát Triển Meganet
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://interiorz.live/
URL Trang Trợ Giúp https://interiorz.live/#contact-us
URL Trang Chính Sách Bảo Mật https://interiorz.live/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}