Passle Gateway

Turn busy experts into recognised thought leaders.

Passle Gatewayคืออะไร?

Passle Gateway เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://passle.net และคุณลักษณะหลักของมันคือ "Turn busy experts into recognised thought leaders."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Passle Gateway

ดาวน์โหลดไฟล์ส่วนขยาย Passle Gateway ในรูปแบบ 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 the 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. Visit www.passle.net to find out more about Passle - the content marketing platform for professional services. 

--

The Passle Gateway Extension 

You will need a Passle account to use the Passle Gateway extension. Once installed, it can be used for two purposes: 

1. Creating Passle posts 

When browsing the web, it allows Passle users to easily create posts - using a quote from and a link back to a particular web page for context. 

2. Viewing the Passle Toolbar 

When Passle users are looking at a post they have published on the web, clicking the extension button will display the Passle Toolbar instead of the interface for writing a post. The Toolbar displays stats to the user about their post (eg: how many views it has had, how many people have clicked through from LinkedIn etc). The Toolbar also it has links to allow the user to edit the post, repost the post etc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Passle Gateway Passle Gateway
ID gdnigfojhifmncejoghklpikpocdpoag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/passle-gateway/gdnigfojhifmncejoghklpikpocdpoag
คำอธิบาย Turn busy experts into recognised thought leaders.
ขนาดไฟล์ 40 KB
จำนวนการติดตั้ง 921
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2023-01-20
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://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": "Passle Gateway",
    "version": "1.9",
    "manifest_version": 3,
    "description": "Turn busy experts into recognised thought leaders.",
    "homepage_url": "https:\/\/www.passle.net",
    "icons": {
        "16": "assets\/icons\/passle_gateway_logo_16x16.png",
        "48": "assets\/icons\/passle_gateway_logo_48x48.png",
        "128": "assets\/icons\/passle_gateway_logo_128x128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.passle.net\/*"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "Passle Gateway",
        "default_icon": {
            "16": "assets\/icons\/passle_gateway_logo_16x16.png",
            "19": "assets\/icons\/passle_gateway_logo_19x19.png",
            "48": "assets\/icons\/passle_gateway_logo_48x48.png",
            "128": "assets\/icons\/passle_gateway_logo_128x128.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem 'self' https:\/\/clientweb.passle.net https:\/\/www.passle.net https:\/\/platform.twitter.com https:\/\/cdn.eu.pendo.io https:\/\/beacon.errorception.com; style-src 'self' 'unsafe-inline' https:\/\/www.passle.net https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/www.passle.net https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com; img-src https:\/\/*.cloudfront.net https:\/\/passle-net.s3.amazonaws.com https:\/\/www.passle.net https:\/\/images.passle.net; connect-src 'self' https:\/\/www.passle.net; frame-src https:\/\/www.passle.net; default-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.passle.net\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content.bundle.js"
            ]
        }
    ]
}