The Passle Button

Turn busy experts into recognised thought leaders.

The Passle Button란 무엇입니까?

The Passle Button은(는) https://www.passle.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn busy experts into recognised thought leaders."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

The Passle Button 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Your clients and prospects want to hear from you. They need someone to explain what is
happening in the market and what threats and opportunities exist in the current landscape.

Passle makes it incredibly easy for busy experts to publish useful, client relevant insights in moments. The software is used at the worlds leading professional services firms to reach new clients and deepen engagements.

At its core, Passle is a suite of easy to use tools to write, publish and share insights to market. These tools remove all the difficulty of publishing content, helping the average professional create 16x more insights using Passle.

All that great, useful Passle content sits in a dynamic hub as part of your website and can feed through to anywhere on your website. Enrich sector landing pages, profile pages and your homepage with up to date, expert-driven, client-focused market commentary.                    

확장 프로그램 기본 정보

이름 The Passle Button The Passle Button
ID dpdacifhdmgfikljomggkiacpnkjphcb
공식 URL https://chromewebstore.google.com/detail/the-passle-button/dpdacifhdmgfikljomggkiacpnkjphcb
설명 Turn busy experts into recognised thought leaders.
파일 크기 34.58 KB
설치 횟수 7,245
현재 버전 1.14
최근 업데이트 2021-02-15
출시 날짜 2019-08-28
평점 4.92/5 총 12 개의 평점
개발자 https://www.passle.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://home.passle.net
도움말 페이지 URL https://support.passle.net
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Passle",
    "name": "The Passle Button",
    "version": "1.14",
    "manifest_version": 2,
    "description": "Turn busy experts into recognised thought leaders.",
    "homepage_url": "https:\/\/www.passle.net",
    "icons": {
        "16": "images\/passle_logo_16x16.png",
        "48": "images\/passle_logo_48x48.png",
        "128": "images\/passle_logo_128x128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "options_page": "environment.html",
    "background": {
        "scripts": [
            "passle-chrome-extension.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "add to passle",
        "default_icon": {
            "19": "images\/passle_logo_19x19.png"
        }
    }
}