The Passle Button

Turn busy experts into recognised thought leaders.

Wat is The Passle Button?

The Passle Button is een Chrome-extensie ontwikkeld door https://www.passle.net, en de belangrijkste functie is "Turn busy experts into recognised thought leaders.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie The Passle Button

Download The Passle Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam The Passle Button The Passle Button
ID dpdacifhdmgfikljomggkiacpnkjphcb
Officiële URL https://chromewebstore.google.com/detail/the-passle-button/dpdacifhdmgfikljomggkiacpnkjphcb
Beschrijving Turn busy experts into recognised thought leaders.
Bestandsgrootte 34.58 KB
Aantal Installaties 7,245
Huidige Versie 1.14
Laatst Bijgewerkt 2021-02-15
Publicatiedatum 2019-08-28
Beoordeling 4.92/5 Totaal 12 Beoordelingen
Ontwikkelaar https://www.passle.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://home.passle.net
Help Pagina-URL https://support.passle.net
Ondersteunde Talen 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"
        }
    }
}