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
电子邮箱 [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": []
}