Intent CRM for Chrome

Add Intent CRM functionality across Chrome

Vad är Intent CRM for Chrome?

Intent CRM for Chrome är en Chrome-tillägg utvecklad av SalesSeek CRM, och dess huvudfunktion är "Add Intent CRM functionality across Chrome".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Intent CRM for Chrome-förlängningens CRX-fil

Ladda ner Intent CRM for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Add Intent CRM functionality across Chrome
Get more out of Intent CRM. Harmoniously work with LinkedIn, Gmail, Google Inbox, Google Sheets, and now Companies House.

> LinkedIn
If you use LinkedIn every day to discover new opportunities or get more information on a current prospect, this feature will save you heaps of time. With Intent CRM for Chrome, you can add LinkedIn connections as Leads with a single click. Better still, if a contact already exists in your Intent CRM account, you can update their record with their latest contact information, so you’re always up to date.
 
> Gmail + Google Inbox
Whether you are a Gmail veteran or an Inbox pioneer, you can now get the context of Intent CRM contacts directly in Gmail or Inbox. Improve your productivity and workflow by never needing to tab between applications for basic information again. You can now view related Loan, Task, Company information and activity alongside email threads saving you time and hassle. Match contacts from Intent CRM when entering email addresses, so you’ll never mistype an email address again.

> Google Sheets
Spreadsheet fans rejoice, with our Chrome extension you can now instantly export a group in Intent CRM to Google Sheets in seconds. No more downloading and uploading required. 

> NEW! Companies House Data Enrichment
You can now enrich Company records in Intent CRM with data directly from Companies House. Access the millions of records held by Companies House and keep your Intent CRM up-to-date with the latest company information. 

> Intent CRM Themes
Some people like blue, others like purple. We support your choices, which is why you can now personalise your Intent CRM account with one of our new themes. 

To use Intent CRM for Chrome, install the plugin and follow the instructions. You must be an Intent CRM user to use the Chrome plugin.                    

Grundläggande Information om Tillägg

Namn Intent CRM for Chrome Intent CRM for Chrome
ID dngeeinjngdpdpbglhnpaiegnedijmda
Officiell webbadress https://chromewebstore.google.com/detail/intent-crm-for-chrome/dngeeinjngdpdpbglhnpaiegnedijmda
Beskrivning Add Intent CRM functionality across Chrome
Filstorlek 944 KB
Antal Installationer 84
Aktuell Version 3.6.1
Senast Uppdaterad 2021-07-13
Publiceringsdatum 2020-03-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare SalesSeek CRM
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://motivatorcrm.com/
Hjälpsida URL https://support.intentcrm.net/en/
URL till Sekretesspolicy Sidan https://www.salesseek.com/privacy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Intent CRM for Chrome",
    "description": "Add Intent CRM functionality across Chrome",
    "version": "3.6.1",
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/apis.google.com https:\/\/use.typekit.net;  object-src 'self'",
    "permissions": [
        "background",
        "storage",
        "identity",
        "notifications",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/mail.google.com\/*",
        "*:\/\/*.intentcrm.net\/*",
        "*:\/\/use.typekit.net\/*"
    ],
    "optional_permissions": [
        "cookies"
    ],
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "libs\/require.js",
                "libs\/chrome-extension-async.js",
                "libs\/inboxsdk.js",
                "libs\/require-cs.js",
                "js\/SSUtils.js",
                "js\/main.js",
                "js\/app_gmail.js",
                "js\/inboxUI.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "file:\/\/\/*testpage.html",
                "*:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "js\/background_scripts\/linkedin-background.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.intentcrm.net\/*"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "js\/background_scripts\/theme-backgound.js"
            ],
            "exclude_matches": [
                "https:\/\/www.intentcrm.net\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "images\/*",
        "libs\/*",
        "templates\/*",
        "js\/views\/*",
        "js\/*",
        "themes\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon_menu.png",
        "default_popup": "popup.html",
        "default_title": "Intent CRM for Chrome",
        "short_name": "Intent CRM for Chrome"
    },
    "oauth2": {
        "client_id": "291383071221-4bn49pg52rq4k0muglq9viknpina1lj4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets",
            "https:\/\/www.googleapis.com\/auth\/drive.readonly",
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly"
        ]
    },
    "background": {
        "scripts": [
            "libs\/lodash.js",
            "js\/background_scripts\/update-checker.js",
            "js\/background_scripts\/message_passer.js",
            "js\/GoogleUtils.js",
            "js\/SSUtils.js",
            "js\/background_scripts\/google-contacts-background.js"
        ],
        "persistent": false
    }
}