Restaurantology: Foodservice Insight Database

Restaurantology: Foodservice Insight Database

Co to jest Restaurantology: Foodservice Insight Database?

Restaurantology: Foodservice Insight Database to rozszerzenie Chrome opracowane przez https://restaurantology.io, a jego główną funkcją jest „Restaurantology: Foodservice Insight Database”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Restaurantology: Foodservice Insight Database

Pobierz pliki rozszerzeń Restaurantology: Foodservice Insight Database 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

                        Restaurantology is a multi-unit foodservice insight database designed to help you better understand the restaurant industry.

Explore the hospitality segment like never before, browsing among Restaurantology’s 15,000+ multi-unit (2+) restaurant Concepts and Companies. Search, Filter, and Follow target profiles as Restaurantology tracks crucial changes over time, including things like:

Firmographic Market Segmentation:
- See their total number of units
- Understand type of service 
- Analyze restaurant trading area, including 200+ urban areas
- Discover unit-level details
- Review aggregated price range and social rating data
- Navigate interactive Concept ownership and parent hierarchy maps

Technographic Market Segmentation:
- See what software and technology solutions each restaurant brand is using to better identify tech gaps, competitors, and potential partners
- Follow our growing library of 350+ providers of POS, Online Ordering, Food Delivery, Table Management, Loyalty, Recruiting & Applicant Tracking, and more.
- Audit First and Last Detection Date, documenting each brands tech trends over time

Who is using Restaurantology?
- Sales reps looking for a faster, more complete overview of their prospects
- Sales managers and leaders defining (or refining) TAM into equitable sales territories
- Marketing teams hoping to better segment their existing audiences
- Business analysts needing to calculate industry greenfield opportunities
- Startup executives interested in making data-driven, strategic decisions
- Established companies hoping to clean up historical noisy data

Join the quickly-growing network of users who task Restaurantology with providing the most complete, accurate, and up-to-date restaurant data that fuels their exponential business growth.

Learn more about features and premium services by visiting www.restaurantology.io

JAN 2023 - Recent updates and new features:
- Inferred Status
- New Search Filters
- Integrations (Salesforce, HubSpot)
- Dashboards
- Interactive Maps
- Search Logic
- Saved Filters
- Knowledgebase
- Manifest V3 Compatibility
- Misc. bug-fixes                    

Podstawowe informacje o rozszerzeniu

Nazwa Restaurantology: Foodservice Insight Database Restaurantology: Foodservice Insight Database
ID eecahjoflaihdfdncmhelcapeelidecn
Oficjalny URL https://chromewebstore.google.com/detail/restaurantology-foodservi/eecahjoflaihdfdncmhelcapeelidecn
Opis Restaurantology: Foodservice Insight Database
Rozmiar pliku 6.44 MB
Liczba instalacji 510
Aktualna Wersja 2.5
Ostatnia Aktualizacja 2023-01-11
Data Publikacji 2020-02-08
Ocena 5.00/5 Łącznie 15 Oceny
Deweloper https://restaurantology.io
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://www.restaurantology.io/help/
Adres URL Strony Polityki Prywatności http://www.restaurantology.io/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Restaurantology: Foodservice Insight Database",
    "version": "2.5",
    "manifest_version": 3,
    "description": "Restaurantology: Foodservice Insight Database",
    "permissions": [
        "unlimitedStorage",
        "tabs",
        "webNavigation",
        "scripting"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "128": "BIcon.png"
    },
    "action": {
        "default_title": "Restaurantology",
        "default_icon": "BIcon.png",
        "default_popup": "csLauncher.html?windowtype=popup"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "csLauncher.html",
                "csLoader.html",
                "addons\/*",
                "artwork\/*",
                "chartInterface.js",
                "commonLibrary.js",
                "tipoftheday.js",
                "inlinehelp.js",
                "cookies.js",
                "indexedDB.js",
                "otherSearchIntegrations.js",
                "hubspotSoftIntegration.js",
                "*.css"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}