SalesSeek CRM for Chrome

Add SalesSeek CRM functionality across Chrome

ما هو SalesSeek CRM for Chrome؟

SalesSeek CRM for Chrome هو إضافة Chrome تم تطويرها بواسطة SalesSeek، والميزة الرئيسية لها هي "Add SalesSeek CRM functionality across Chrome".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SalesSeek CRM for Chrome

قم بتنزيل ملفات الامتداد SalesSeek CRM for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Get more out of SalesSeek. 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 SalesSeek for Chrome, you can add LinkedIn connections as Leads with a single click. Better still, if a contact already exists in your SalesSeek account, you can update their record with their latest contact information, so you’re always up to date.

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

> NEW! Profile Pictures 
Get a little more personal by personalizing your profile picture. Upload your profile picture to your SalesSeek Public Content folder (or any free image hosting site) and paste the link in your SalesSeek Personalization preferences in Chrome. Voila! 

To use SalesSeek for Chrome, install the plugin and follow the instructions. You must be a SalesSeek user to use the Chrome plugin. If you don’t have a SalesSeek account, you can register for a free trial at www.salesseek.com                    

معلومات أساسية عن التمديد

الاسم SalesSeek CRM for Chrome SalesSeek CRM for Chrome
ID gnhoimmdfeclleccljjflgngepoicidi
عنوان URL الرسمي https://chromewebstore.google.com/detail/salesseek-crm-for-chrome/gnhoimmdfeclleccljjflgngepoicidi
الوصف Add SalesSeek CRM functionality across Chrome
حجم الملف 942 KB
عدد التثبيتات 99
النسخة الحالية 3.8.0
آخر تحديث 2022-09-28
تاريخ النشر 2020-05-08
تقييم 5.00/5 مجموع تقييمات 3
المطور SalesSeek
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.salesseek.com
عنوان صفحة المساعدة http://support.salesseek.net
عنوان صفحة سياسة الخصوصية https://www.salesseek.com/privacy
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SalesSeek CRM for Chrome",
    "description": "Add SalesSeek CRM functionality across Chrome",
    "version": "3.8.0",
    "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\/*",
        "*:\/\/*.salesseek.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:\/\/*.salesseek.net\/*"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "js\/background_scripts\/theme-backgound.js"
            ],
            "exclude_matches": [
                "https:\/\/www.salesseek.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": "SalesSeek CRM for Chrome",
        "short_name": "SalesSeek 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
    }
}