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 là gì?

Paperflite Extension for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://www.paperflite.com, và tính năng chính của nó là "Start attaching content within Gmail, track how users engage with it, the time they spend on it and what works best at each stage".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Paperflite Extension for Chrome

Tải xuống các tệp mở rộng Paperflite Extension for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Paperflite Extension for Chrome Paperflite Extension for Chrome
ID gghdahjgeomeiohiecmfmdomeighihih
URL Chính Thức https://chromewebstore.google.com/detail/paperflite-extension-for/gghdahjgeomeiohiecmfmdomeighihih
Mô tả Start attaching content within Gmail, track how users engage with it, the time they spend on it and what works best at each stage
Kích Thước Tệp 9.77 MB
Số Lần Cài Đặt 739
Phiên Bản Hiện Tại 2.0.7
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2020-05-28
Đánh Giá 5.00/5 Tổng số 27 Đánh Giá
Nhà Phát Triển https://www.paperflite.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.paperflite.com
URL Trang Trợ Giúp https://support.paperflite.com
URL Trang Chính Sách Bảo Mật https://app.paperflite.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": []
}