MyContacts for Gmail

Smarter interactions and deeper insights within your inbox.

Vad är MyContacts for Gmail?

MyContacts for Gmail är en Chrome-tillägg utvecklad av https://mycontacts.io, och dess huvudfunktion är "Smarter interactions and deeper insights within your inbox.".

Tilläggsskärmbilder

screenshot

Ladda ner MyContacts for Gmail-förlängningens CRX-fil

Ladda ner MyContacts for Gmail-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

                        Personalize your business relationships
myContacts – The app for startups founders and executives to better build,manage, and grow their business relationships.
myContacts helps you to:
Import and synchronize your contacts. Collect all the information you need from social media and gmail into a smart address book. Don’t lose time looking for information: it’s right here.
Keep track of what’s important. myContacts records your interactions for you to remember your entire history with each of your contacts. Never get caught on the wrong foot again.
Deliver the perfect pitch – every time. Each interaction is an opportunity to pitch your company. Get a quick overview of what you need to know before a call to deliver the most relevant pitch.
Get the most out of each call. After-call pop-ups to quickly add tags, notes and information. It makes it so easy to automate your follow-ups.

Thanks to great features:
- Import and synchronize contacts from social media and Gmail
- Easily find and merge duplicate contacts
- Call, text and email people right from the app
- Track and record each interaction (calls and SMS)
- Add notes and tags to contacts in real time
- Filter contacts by tags
- Capture valuable information with after-call pop-ups

Must-have app for business people:
- Centralized: All the contact information you need in one place
- Social: myContacts imports and synchronizes contacts from Facebook, Twitter,
Xing, LinkedIn, and Gmail
- Smart: Keep up-to-date with what happens currently in your network 
- Cross-Platform: myContacts is available on all your devices
- Cloud-based: Access your data whenever you need them
- Secure: Your information is 100% secure and will never be shared with anyone
For any question or request, contact us at [email protected]                    

Grundläggande Information om Tillägg

Namn MyContacts for Gmail MyContacts for Gmail
ID iapadgeadolhadpkokpcdincllkgagmh
Officiell webbadress https://chromewebstore.google.com/detail/mycontacts-for-gmail/iapadgeadolhadpkokpcdincllkgagmh
Beskrivning Smarter interactions and deeper insights within your inbox.
Filstorlek 1.69 MB
Antal Installationer 583
Aktuell Version 1.1.32
Senast Uppdaterad 2016-02-10
Publiceringsdatum 2016-02-10
Betyg 4.11/5 Totalt 9 Betyg
Utvecklare https://mycontacts.io
Betalningssätt free
Tilläggswebbplats http://mycontacts.io
Hjälpsida URL https://interactio.zendesk.com/hc/en-us
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyContacts for Gmail",
    "description": "Smarter interactions and deeper insights within your inbox.",
    "version": "1.1.32",
    "icons": {
        "32": "icons\/logo32.png",
        "48": "icons\/logo48.png",
        "96": "icons\/logo96.png",
        "128": "icons\/logo128.png"
    },
    "background": {
        "page": "pages\/background.html"
    },
    "web_accessible_resources": [
        "img\/*.png",
        "img\/interact_type\/*.png",
        "img\/social\/*.png",
        "fonts\/*.ttf",
        "pages\/*.html",
        "views\/utils\/*",
        "angular\/fonts\/*",
        "\/*.png"
    ],
    "oauth2": {
        "client_id": "371595913454-ojcgm2ba3ir2q7o4h98r9646e4qkc5rg.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/plus.profile.emails.read",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/*.google.com https:\/\/*.facebook.com https:\/\/*.facebook.net; object-src 'self';",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [
                "angular\/interact-io-common-prefixed.css",
                "dist\/main.css"
            ],
            "js": [
                "dist\/lib.js",
                "jquery.base64.min.js",
                "inboxsdk.js",
                "content.js",
                "dist\/app.js"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "dist\/frame.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/mail.google.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/www.facebook.com\/",
        "https:\/\/*.mycontacts.io\/",
        "https:\/\/*.google.com\/",
        "https:\/\/apis.google.com\/js\/client.js",
        "cookies",
        "storage",
        "tabs"
    ]
}