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文件

下載The Passle Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    }
}