The Passle Button

Turn busy experts into recognised thought leaders.

Τι είναι το The Passle Button;

Το The Passle Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.passle.net, και η κύρια λειτουργία του είναι "Turn busy experts into recognised thought leaders.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης The Passle Button

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
        }
    }
}