Paperflite Extension for Chrome

Start attaching content within Gmail, track how users engage with it, the time they spend on it and what works best at each stage

Paperflite Extension for Chromeとは何ですか?

Paperflite Extension for Chromeはhttps://www.paperflite.comによって開発されたChromeの拡張機能で、その主な機能は「Start attaching content within Gmail, track how users engage with it, the time they spend on it and what works best at each stage」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Paperflite Extension for Chrome拡張機能のCRXファイルをダウンロード

Paperflite Extension for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Meet Paperflite
The smartest way to share, track and organize your content.
 
What is Paperflite?

Paperflite is your content-everything platform, a technology solution designed to accelerate your content performance across all touchpoints.

Paperflite manages all of your organization’s content – in any form or size – with little effort on your part, allowing each member of your team to connect and create content streams instantly.
 
Use Paperflite for Gmail to:
 
○ Know how your content is being engaged with, and what channels work best.

○ Learn where your leads are in the buyer’s journey, and what pain points your solution can address.

○ Deliver the right content to the right prospect at the right time to your leads.

○ Get complete control of how your content is organized and distributed.

○ Measure the ROI of your content by knowing number of views, downloads, re-shares, page-level analytics and more.

○ Drag and drop files from anywhere and send mails instantly that don’t clog inboxes.

○ Personalize your storyboards with background pictures, customized mail text in bespoke microsite-type layouts.


What are the integrations available in Paperflite?
 
Paperflite integrates with a host of tech vendors that help sales reps manage their workflow without leaving the platform. Our integrations include:

○ CRMs – Salesforce, HubSpot, Freshsales

○ Chat vendors – Drift, Intercom, Freshchat

○ Content management systems - Box, DropBox, Google Drive, OneDrive

Paperflite gives you everything you need to step boldly into a world of better relationships, and even better results.                    

拡張機能の基本情報

名前 Paperflite Extension for Chrome Paperflite Extension for Chrome
ID gghdahjgeomeiohiecmfmdomeighihih
公式URL https://chromewebstore.google.com/detail/paperflite-extension-for/gghdahjgeomeiohiecmfmdomeighihih
説明 Start attaching content within Gmail, track how users engage with it, the time they spend on it and what works best at each stage
ファイルサイズ 9.77 MB
インストール数 739
現在のバージョン 2.0.7
最終更新日 2024-02-28
公開日 2020-05-28
評価 5.00/5 合計 27 レビュー
開発者 https://www.paperflite.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.paperflite.com
ヘルプページのURL https://support.paperflite.com
プライバシーポリシーページのURL https://app.paperflite.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Paperflite Extension for Chrome",
    "short_name": "Paperflite",
    "description": "Start attaching content within Gmail, track how users engage with it, the time they spend on it and what works best at each stage",
    "version": "2.0.7",
    "action": {
        "default_title": "Click to show an alert"
    },
    "background": {
        "service_worker": "static\/js\/paperfliteBackground.js"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webNavigation",
        "management",
        "activeTab",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "bootstrap\/bootstrap.min.css",
                "jquery.scoped.js",
                "inject_klenty.bundle.js",
                "script_klenty.bundle.js",
                "inject_freshsales.bundle.js",
                "script_freshsales.bundle.js",
                "inject_zoho.bundle.js",
                "script_zoho.bundle.js",
                "inject_pipedrive.bundle.js",
                "script_pipedrive.bundle.js",
                "inject_outreach.bundle.js",
                "script_outreach.bundle.js",
                "inject_salesforce.bundle.js",
                "script_salesforce.bundle.js",
                "inject_hubspot.bundle.js",
                "script_hubspot.bundle.js",
                "inject_GDocEditor.bundle.js",
                "script_GDocEditor.bundle.js",
                "inject_salesloft.bundle.js",
                "script_salesloft.bundle.js",
                "Montserrat-Thin.ttf",
                "Montserrat-ExtraLight.ttf",
                "Montserrat-Light.ttf",
                "Montserrat-Regular.ttf",
                "Montserrat-Medium.ttf",
                "Montserrat-SemiBold.ttf",
                "Montserrat-Bold.ttf",
                "Montserrat-ExtraBold.ttf",
                "Montserrat-Black.ttf",
                "fontawesome-webfont.woff2",
                "fontawesome-webfont.woff",
                "fontawesome-webfont.ttf",
                "*.css",
                "*.woff2",
                "*.jpg",
                "*.png",
                "*.svg",
                "images\/*",
                "static\/js\/*",
                "*.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            ""
        ],
        "accepts_tls_channel_id": false
    },
    "content_security_policy": []
}