PathFactory Chrome Extension

PathFactory Chrome Extension

Τι είναι το PathFactory Chrome Extension;

Το PathFactory Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PathFactory, και η κύρια λειτουργία του είναι "PathFactory Chrome Extension".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PathFactory Chrome Extension

Λήψη αρχείων επέκτασης PathFactory Chrome Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The PathFactory Chrome extension makes it easy for Sales teams to quickly find and share bingeable Content Tracks in emails sent via Gmail. Just hit the PathFactory logo while you’re composing an email, and embed a tile or link in your draft.

Marketers can curate streams of content for various personas, industries, and use cases that help Sales reps deliver a compelling content journey every time.

Sharing bingeable Content Tracks (as opposed to single assets) helps educate prospects quicker, leading to more qualified leads and shorter sales cycles.

The PathFactory platform puts Sales and Marketing on the same page by surfacing one unified content consumption data set—whether that content was sent out by the Sales or Marketing. This makes it extremely clear to both Sales and Marketing which people and accounts are the most ready to buy.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PathFactory Chrome Extension PathFactory Chrome Extension
ID mhhpkoilfamiipddihngolbcjboodcjf
Επίσημο URL https://chromewebstore.google.com/detail/pathfactory-chrome-extens/mhhpkoilfamiipddihngolbcjboodcjf
Περιγραφή PathFactory Chrome Extension
Μέγεθος Αρχείου 54.86 KB
Αριθμός Εγκαταστάσεων 271
Τρέχουσα Έκδοση 2.5
Τελευταία Ενημέρωση 2023-03-29
Ημερομηνία Δημοσίευσης 2020-02-05
Προγραμματιστής PathFactory
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.pathfactory.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PathFactory Chrome Extension",
    "description": "PathFactory Chrome Extension",
    "version": "2.5",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "identity",
        "storage"
    ],
    "background": {
        "scripts": [
            "backgroundScripts\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_title": "Login to PathFactory to access PF for Sales",
        "default_popup": "popup\/homepage.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "inboxsdk.js",
                "contentScripts\/loadPFForSales.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/PF_Logo_16x16.png",
        "32": "images\/PF_Logo_32x32.png",
        "48": "images\/PF_Logo_48x48.png",
        "128": "images\/PF_Logo_128x128.png"
    },
    "web_accessible_resources": [
        "images\/PF_Logo_16x16.png"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiX\/YbuI0TFHX9W\/QxDuEp4DbVsGVBNPZtOni8KP78T53tR0CZQToxwXB7aoepDIQmcbB3m00iViNMJVkFbZdwo5s9HgnUIrT2GWaCzBHgfKdoJQEpYZPG3Scx3Glx+Z35EuXBibXimcarR4ktkEiZxzxmcXhbyIOvV0L9vQeRCRSi\/U2Javg7XzJuZ8VbySGMfgdI8QL2Afzcm4e97kMClyICwG\/PC4ai30Fu3vz3TDXFGKGSIUkcEHZYIkzbTo0WqP3PO9ORfx\/Y2jJiwp6F1YdcTtVCwGqyJWVw6Vjsffmi\/KfE6eQ97brT3+uxUnnJrdoz5f+Vr\/XDNMnUsEAJQIDAQAB",
    "oauth2": {
        "client_id": "673492216615-0hhb7o2mcb1frn2a38qcrg3u2lnl2sl6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "manifest_version": 2
}