Houzz Pro CRM for Gmail

Houzz Pro CRM for Gmail

Co to jest Houzz Pro CRM for Gmail?

Houzz Pro CRM for Gmail to rozszerzenie Chrome opracowane przez https://www.houzz.com/pro, a jego główną funkcją jest „Houzz Pro CRM for Gmail”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Houzz Pro CRM for Gmail

Pobierz pliki rozszerzeń Houzz Pro CRM for Gmail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Access Houzz Pro CRM from your own Gmail account:
This FREE extension lets you access Houzz Pro CRM features from your own Gmail account so you can keep your client communications neatly tracked in Houzz Pro. 

Home design, construction, & remodeling pros use Houzz Pro to grow and manage their businesses.

Houzz Pro helps you grow your business with better lead management: 
Manage your contacts and view your complete client communication history
Create a lead from any new or existing email conversation in your inbox
Email templates make it quick and easy to respond 

Deliver a better customer experience so you can win more jobs. You’ll get a centralized record of all of your activities with clients that you can refer to anytime from your email, Houzz Pro, or the Houzz Pro app.                    

Podstawowe informacje o rozszerzeniu

Nazwa Houzz Pro CRM for Gmail Houzz Pro CRM for Gmail
ID mjppgjgkobfocjgbfdmdfcepknibgbae
Oficjalny URL https://chromewebstore.google.com/detail/houzz-pro-crm-for-gmail/mjppgjgkobfocjgbfdmdfcepknibgbae
Opis Houzz Pro CRM for Gmail
Rozmiar pliku 702 KB
Liczba instalacji 2,597
Aktualna Wersja 2.1.0
Ostatnia Aktualizacja 2024-02-06
Data Publikacji 2020-10-21
Ocena 4.83/5 Łącznie 6 Oceny
Deweloper https://www.houzz.com/pro
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.houzz.com/privacyPolicy
Obsługiwane Języki de,en,en-GB,fr,da,es,it,sv,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.1.0",
    "oauth2": {
        "client_id": "983518059308-65b4rmbdcrl0uiqusi8e8tlhdc5ssshm.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly"
        ]
    },
    "description": "Houzz Pro CRM for Gmail",
    "permissions": [
        "identity",
        "storage",
        "cookies",
        "management",
        "http:\/\/www.houzz.com\/*",
        "https:\/\/www.houzz.com\/*",
        "http:\/\/pro.houzz.com\/*",
        "https:\/\/pro.houzz.com\/*",
        "http:\/\/www.houzz.jp\/*",
        "https:\/\/www.houzz.jp\/*",
        "http:\/\/pro.houzz.jp\/*",
        "https:\/\/pro.houzz.jp\/*",
        "http:\/\/www.houzz.dk\/*",
        "https:\/\/www.houzz.dk\/*",
        "http:\/\/pro.houzz.dk\/*",
        "https:\/\/pro.houzz.dk\/*",
        "http:\/\/www.houzz.de\/*",
        "https:\/\/www.houzz.de\/*",
        "http:\/\/pro.houzz.de\/*",
        "https:\/\/pro.houzz.de\/*",
        "http:\/\/www.houzz.co.uk\/*",
        "https:\/\/www.houzz.co.uk\/*",
        "http:\/\/pro.houzz.co.uk\/*",
        "https:\/\/pro.houzz.co.uk\/*",
        "http:\/\/www.houzz.es\/*",
        "https:\/\/www.houzz.es\/*",
        "http:\/\/pro.houzz.es\/*",
        "https:\/\/pro.houzz.es\/*",
        "http:\/\/www.houzz.fr\/*",
        "https:\/\/www.houzz.fr\/*",
        "http:\/\/pro.houzz.fr\/*",
        "https:\/\/pro.houzz.fr\/*",
        "http:\/\/www.houzz.it\/*",
        "https:\/\/www.houzz.it\/*",
        "http:\/\/pro.houzz.it\/*",
        "https:\/\/pro.houzz.it\/*",
        "http:\/\/www.houzz.ru\/*",
        "https:\/\/www.houzz.ru\/*",
        "http:\/\/pro.houzz.ru\/*",
        "https:\/\/pro.houzz.ru\/*",
        "http:\/\/www.houzz.se\/*",
        "https:\/\/www.houzz.se\/*",
        "http:\/\/pro.houzz.se\/*",
        "https:\/\/pro.houzz.se\/*",
        "http:\/\/www.houzz.com.au\/*",
        "https:\/\/www.houzz.com.au\/*",
        "http:\/\/pro.houzz.com.au\/*",
        "https:\/\/pro.houzz.com.au\/*",
        "http:\/\/www.houzz.co.nz\/*",
        "https:\/\/www.houzz.co.nz\/*",
        "http:\/\/pro.houzz.co.nz\/*",
        "https:\/\/pro.houzz.co.nz\/*",
        "http:\/\/www.houzz.ie\/*",
        "https:\/\/www.houzz.ie\/*",
        "http:\/\/pro.houzz.ie\/*",
        "https:\/\/pro.houzz.ie\/*",
        "https:\/\/mail.google.com\/*",
        "http:\/\/mail.google.com\/*",
        "https:\/\/inbox.google.com\/*",
        "http:\/\/inbox.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/*.googleusercontent.com\/*",
        "https:\/\/st.hzcdn.com\/static\/webfonts\/*",
        "https:\/\/as.hzcdn.com\/jfonts\/*"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'; img-src 'self' https:\/\/ssl.gstatic.com",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "all_frames": true,
            "js": [
                "inboxsdk.js",
                "contentScript.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "html\/*",
        "style\/*",
        "icons\/*",
        "js\/*",
        "lang\/*"
    ],
    "manifest_version": 2
}