Databread - Supercharge your SaaS tools

Make your browser work for you with Databread, bringing you the insights, tools, and data you need to do your job.

Databread - Supercharge your SaaS tools란 무엇입니까?

Databread - Supercharge your SaaS tools은(는) https://databread.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make your browser work for you with Databread, bringing you the insights, tools, and data you need to do your job."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Databread - Supercharge your SaaS tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Welcome to your new favorite sidekick.

Databread is the innovative, no-code browser extension that makes getting a full view of your customer a snap. Connect all of your tools & systems, from backend databases like MySQL or PostGreSQL to platforms like Intercom and Hubspot, into Databread and they’ll always be one click away.

Once you’ve connected & configured your tools, you can use the extension to review, relate, and act on data from across your connected sources, from any website.

Why Databread?

Databread was built with one focus – to make it easier to gain the context and insight you need to make informed decisions. Customize the fields you want to see, define relations between your Data Sources, build segments to zero in on high-priority records, and automate workflows with actions – all of this and more is waiting for you.

Writing an email to a customer? With Databread, you can review open tickets, past feature requests, last marketing outreach & more without leaving your page.

Viewing an opportunity in your CRM? Databread will automatically present you with any related records, making it easy to understand the full story of the opportunity without complex integrations or any heavy lifting.

Using automation platforms like Zapier or Tray.IO? Add the Webhook URL to Databread and you can trigger the workflows from right within the extension, freeing you up to spend more time where it matters: with your customers.

Tell us your thoughts!

Databread is still in active development and we’d love to hear from you! Whether it is an integration you’d love to see, a feature you’re excited for, or whatever else you’d like to share, we want to hear it all: [email protected].

Note: Databread’s extension requires an active Databread subscription. If you do not currently have an account, sign-up and give us a try with a 14 day free trial.                    

확장 프로그램 기본 정보

이름 Databread - Supercharge your SaaS tools Databread - Supercharge your SaaS tools
ID eaifjoimdfngocepdfkeidmahfeeknho
공식 URL https://chromewebstore.google.com/detail/databread-supercharge-you/eaifjoimdfngocepdfkeidmahfeeknho
설명 Make your browser work for you with Databread, bringing you the insights, tools, and data you need to do your job.
파일 크기 139 KB
설치 횟수 43
현재 버전 1.0.0
최근 업데이트 2020-11-13
출시 날짜 2020-11-02
평점 5.00/5 총 2 개의 평점
개발자 https://databread.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://databread.com
개인정보 보호 정책 페이지 URL https://databread.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Databread - Supercharge your SaaS tools",
    "description": "Make your browser work for you with Databread, bringing you the insights, tools, and data you need to do your job.",
    "manifest_version": 2,
    "version": "1.0.0",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "axios.js",
            "pusher.js",
            "includes.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "includes.js",
                "jquery.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "toggle-logo.svg",
        "toggle-close.png"
    ]
}