Affinity Pathfinder

Take relationship intelligence anywhere.

Qu'est-ce que Affinity Pathfinder ?

Affinity Pathfinder est une extension Chrome développée par Affinity, et sa fonction principale est "Take relationship intelligence anywhere.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Affinity Pathfinder

Téléchargez les fichiers d'extension Affinity Pathfinder 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

                        Dramatically reduce time spent finding the right deal with relationship intelligence, business insights, and a connection to your CRM as you research and engage deals from websites, LinkedIn, and Gmail.


With Affinity Pathfinder you can:

★ Save hours spent finding the right deals
View automatically surfaced data points next to websites and LinkedIn profiles to assess companies and people as you find your next deal.

★ Keep your deal pipeline up-to-date
Assign potential deals to lists, create opportunities, and update deal status as you get new insights.

★ Instantly share insights with your team
Your notes, profile updates, and deal changes are instantly viewable by your team in Affinity CRM, Affinity Meetings, and Affinity Outlook.

★ Close deals faster with warm introductions
Identify colleagues and allies that can provide warm introductions to potential deals as you qualify them. 

★ Access relationship context where you need it
Catch up on deal progress and avoid duplicate work with a timeline of activity and notes from previous interactions.


If you have a question about Affinity Pathfinder, Affinity, or any of Affinity’s offerings, please email us at [email protected].                    

Informations de Base sur l'Extension

Nom Affinity Pathfinder Affinity Pathfinder
ID mnfkepfkbemjhmpijcepabfhkldegbga
URL Officiel https://chromewebstore.google.com/detail/affinity-pathfinder/mnfkepfkbemjhmpijcepabfhkldegbga
Description Take relationship intelligence anywhere.
Taille du Fichier 3.27 MB
Nombre d'Installations 9,459
Version Actuelle 2.34.0
Dernière Mise à Jour 2024-02-13
Date de Publication 2022-09-14
Évaluation 3.63/5 Total 8 Évaluations
Développeur Affinity
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.affinity.co/
URL de la Page d'Aide https://support.affinity.co/hc
URL de la Page de Politique de Confidentialité https://www.affinity.co/legal/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Affinity Pathfinder",
    "version": "2.34.0",
    "description": "Take relationship intelligence anywhere.",
    "background": {
        "service_worker": "dist_ext\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "dist_ext\/assets\/affinity-logo-16.png",
            "32": "dist_ext\/assets\/affinity-logo-32.png",
            "64": "dist_ext\/assets\/affinity-logo-64.png",
            "80": "dist_ext\/assets\/affinity-logo-80.png",
            "128": "dist_ext\/assets\/affinity-logo-128.png"
        },
        "default_title": "Affinity Pathfinder"
    },
    "icons": {
        "16": "dist_ext\/assets\/affinity-logo-16.png",
        "32": "dist_ext\/assets\/affinity-logo-32.png",
        "64": "dist_ext\/assets\/affinity-logo-64.png",
        "80": "dist_ext\/assets\/affinity-logo-80.png",
        "128": "dist_ext\/assets\/affinity-logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "dist_ext\/gmail.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "http:\/\/127.0.0.1\/*",
                "http:\/\/localhost\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.affinity.vc\/*",
                "https:\/\/*.affinity.co\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "dist_ext\/prospect.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "dist_ext\/linkedin.js"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAopJskML0qyXEzVklFjIwED+WCBM593Zy5HviojrMn9jHJFVYVkzaPQtNwSmZm8Ks2LpCatTx31\/rVm4JenPf2Lb4spN6fNF880riQWZR4RAW371u8uFAjyezV6LHUoXHCT3AYyAJ5KgWu9L9729RrMH7nrrykTo9IFDQeAHLh5wjUtbfXPAhMhaIh+RuBlZ9Cq1I74mkczCxZWQ8JVXePx6xKpDnzsmhFzrC7hv2tmRyX6VrTXBAtRrCOp1UdyrkBiAwEW8oyj2QvY3XMP144ZhTQcbu+HJ2hTW4gS92FlcA\/lN\/KfkL+UZPu3O9ygz3mF3Bg51IZe3Gzk5MzNdt2QIDAQAB",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist_ext\/*",
                "dist\/export\/*",
                "pageWorld.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ]
}