Salesforce Booster

Salesforce Booster

Salesforce Booster란 무엇입니까?

Salesforce Booster은(는) https://deepqualifier.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Salesforce Booster"입니다.

확장 프로그램 스크린샷

screenshot

Salesforce Booster 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Qualify your Salesforce® Leads and Accounts in seconds.

You and your team are probably spending a lot of time doing research about your sales force leads and account, going from one Tab to another, copy/pasting data from Google/Linkedin/Websites to Salesforce®.

SalesForce® Booster adds quick search icons into your Salesforce Leads and Account pages, so you can process your researches at maximum speed: Googling their names, visiting their social profiles, researching all about their domain, their websites and their competitors. 

Doing good research about your Leads and Accounts in Salesforce® gives you a competitive advantage when calling and closing deals.


Version 0.34 and after
We can add all your data providers into "SalesForce® Booster".
Contact us and we will customize the extension for you.                    

확장 프로그램 기본 정보

이름 Salesforce Booster Salesforce Booster
ID faaelikmijabbjanbeijlpflgadepdoa
공식 URL https://chromewebstore.google.com/detail/salesforce-booster/faaelikmijabbjanbeijlpflgadepdoa
설명 Salesforce Booster
파일 크기 94.14 KB
설치 횟수 31
현재 버전 0.35
최근 업데이트 2020-01-21
출시 날짜 2020-01-15
평점 5.00/5 총 3 개의 평점
개발자 https://deepqualifier.com
이메일 [email protected]
결제 유형 in_app
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salesforce Booster",
    "short_name": "Sales Booster",
    "description": "Salesforce Booster",
    "version": "0.35",
    "permissions": [
        "storage",
        "activeTab",
        "*:\/\/*.force.com\/*"
    ],
    "page_action": {
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "38": "icon38.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.force.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "offline_enabled": true,
    "background": {
        "persistent": true,
        "scripts": [
            "bg.js"
        ]
    },
    "web_accessible_resources": [
        "scripts\/*.js",
        "images\/*.png",
        "images\/*.svg",
        "images\/logos\/*.svg",
        "css\/*.css"
    ]
}