Evercontact

Evercontact is the highest-rated Contact Management App on Google Apps. Grab contact details from ANYWHERE or let it happen…

Evercontactとは何ですか?

Evercontactはhttps://www.evercontact.comによって開発されたChromeの拡張機能で、その主な機能は「Evercontact is the highest-rated Contact Management App on Google Apps. Grab contact details from ANYWHERE or let it happen…」です。

拡張機能のスクリーンショット

screenshot
screenshot

Evercontact拡張機能のCRXファイルをダウンロード

Evercontact拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Evercontact is the highest-rated Contact Management App on Google Apps.

Grab contact details from ANYWHERE or let it happen AUTOMATICALLY within Gmail.  On the web, highlight any contact info you see to save it directly to Google Contacts, Outlook, Salesforce or any other address book & CRM in one click, improving your daily productivity & contact data management.

Your contact data management is immediately boosted with Evercontact as you can: 

- Grab full name, phone numbers, company, role, address, social media profiles (twitter/fb) and more.
- Speed up data entry time 
- Increase data accuracy   
- Improve customer management as you will never lose any contact again.
- Accelerate your sales pipeline 
- Decrease your overhead

Two main ways to benefit from the service: 

1) In Chrome, highlight any text (email signature / contact info / contact us page) and then click on the extension button to save this information directly to your address book (Google Contacts, Salesforce), or download it as a vCard for any other contact management application (Apple Address Book, Outlook, Thunderbird etc)
2) Or let it run in the background for you directly in Gmail, automatically updating any contacts that have email signatures.


Join more than 50,000 professionals, like Jim & Bill below, who love our service.  

“Hands down this is the most useful extension I have ever come across. Mind you I have more than a few running, but the simplicity in which this allows for updates as we meet new contacts is just beautiful. Already used their Gmail service, and with this plugin, Evercontact did it again! Thank you!” -Jim Raine, Director of Technical Engagement at Bit9

"Awesome Chrome add-in. A must have for ANYONE in sales using GMail as a primary tool.  Actually had the developer reach out to solicit input, answer questions. Amazing support. Cannot say enough good stuff. Not only did I sign up, signed up my boss as well!"  -Bill Gross, General Manager, at Century 21 Masters

And here is what some of our high-profile users have to say… 

• Andrew Sorkin (NY Times & CNBC Anchor):  Evercontact analyzed 195,687 of my emails from last year and magically updated 2,310 contacts. Crazy.
• Eric Ries (Sillicon Valley enterperneur and author): Wow, Evercontact works like magic. 
• Alex Griffiths (CEO at SocialCrunch): Most valuable app of the year for me!                    

拡張機能の基本情報

名前 Evercontact Evercontact
ID hlfhddckfmifofnpklmmiboiljmengde
公式URL https://chromewebstore.google.com/detail/evercontact/hlfhddckfmifofnpklmmiboiljmengde
説明 Evercontact is the highest-rated Contact Management App on Google Apps. Grab contact details from ANYWHERE or let it happen…
ファイルサイズ 853 KB
インストール数 10,160
現在のバージョン 2.5
最終更新日 2023-05-09
公開日 2018-09-29
評価 3.96/5 合計 156 レビュー
開発者 https://www.evercontact.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.evercontact.com
ヘルプページのURL http://support.evercontact.com/knowledge_base/topics/how-do-i-use-the-chrome-plugin
プライバシーポリシーページのURL https://evercontact.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Evercontact",
    "version": "2.5",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Click to capture contact from selected text",
        "default_icon": "img\/favicon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "EverContact_16x16.png",
        "48": "EverContact_48x48.png",
        "128": "EverContact_128x128.png"
    },
    "background": {
        "scripts": [
            "assets\/vendor\/jquery-3.6.0.min.js",
            "lib\/jquery.jsonp-2.4.0.min.js",
            "lib\/knockout-2.1.0.js",
            "lib\/knockout.mapping-latest.js",
            "config.js",
            "viewModel.js",
            "background.js",
            "assets\/vendor\/md5.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [],
            "js": [
                "inject.js"
            ],
            "matches": [
                "http:\/\/mail.google.com\/mail*",
                "https:\/\/mail.google.com\/mail*",
                "http:\/\/mail.google.com\/a\/*",
                "https:\/\/mail.google.com\/a\/*"
            ]
        }
    ],
    "content_security_policy": "default-src  'self'  https:\/\/*.evercontact.com  'unsafe-eval'; script-src 'self' https:\/\/*.evercontact.com 'unsafe-eval'; img-src 'self' https:\/\/www.gravatar.com\/avatar\/; style-src 'self' https:\/\/fonts.googleapis.com 'unsafe-inline'; font-src 'self' https:\/\/fonts.gstatic.com data: chrome-extension-resource:;",
    "web_accessible_resources": [
        "gmail.js",
        "Icon.png",
        "img\/*.png",
        "options.html",
        "onboarding.html",
        "shake.css",
        "img\/up-arrow.gif",
        "EverContact_48x48.png"
    ]
}