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

Qu'est-ce que Paperflite Extension for Chrome ?

Paperflite Extension for Chrome est une extension Chrome développée par https://www.paperflite.com, et sa fonction principale est "Start attaching content within Gmail, track how users engage with it, the time they spend on it and what works best at each stage".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Paperflite Extension for Chrome

Téléchargez les fichiers d'extension Paperflite Extension for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Paperflite Extension for Chrome Paperflite Extension for Chrome
ID gghdahjgeomeiohiecmfmdomeighihih
URL Officiel https://chromewebstore.google.com/detail/paperflite-extension-for/gghdahjgeomeiohiecmfmdomeighihih
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
Taille du Fichier 9.77 MB
Nombre d'Installations 739
Version Actuelle 2.0.7
Dernière Mise à Jour 2024-02-28
Date de Publication 2020-05-28
Évaluation 5.00/5 Total 27 Évaluations
Développeur https://www.paperflite.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.paperflite.com
URL de la Page d'Aide https://support.paperflite.com
URL de la Page de Politique de Confidentialité https://app.paperflite.com/privacy
Langues Prises en Charge 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": []
}