366 Degrees

The 366 Degrees app allows you to create or retrieve a contacts record from 366 Degrees and manage all engagement with them.

366 Degreesとは何ですか?

366 Degreesはhttps://www.366.ioによって開発されたChromeの拡張機能で、その主な機能は「The 366 Degrees app allows you to create or retrieve a contacts record from 366 Degrees and manage all engagement with them.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        366 Degrees Anywhere works where you Work!  Now you can leverage the power of 366 Degrees across platforms with our Google Chrome Plugin. You can download the app from the Google Chrome Store. Upon downloading, simply sign-in using your 366 Degrees account login credentials and you’re ready to engage. 

Note: You will have to have an existing 366 Degrees account to use the Chrome extension. To sign up for 366 Degrees please visit www.366.io

How it Works:

366 Degrees Anywhere works as a browser extension in Google Chrome. You can engage 366 Degrees by highlighting and email in any application Gmail, Outlook, CRM or any other platform you use in your daily activities. Click on the 366 Degrees extension and it will allow you to add a new contact or lead directly to 366 Degrees, update an existing record already in 366 Degrees or add the contact to an existing 366 Degrees open drip campaign for sales outreach or marketing campaigns.

Why Use It:

The average person uses four (4) different applications a day to manage customers! The bulk of daily activities is done in the email Inbox using Gmail, Outlook and other email clients. Sales and Customer facing personnel spend most of the day going back in forth between applications with little visibility to engagement of key communications with clients and leads. 

366 Degrees Anywhere brings visibility of content and context to marketing and sales outreach engagement that is usually spread across multiple systems like the CRM, marketing and other supporting client databases. Now you can highlight an email in your inbox to see what communications your lead or customers are engaging with. Did they open a recent marketing communication, engage in a newsletter, watch a video or fill out a lead form? Now You Know! 

When to Use:
 
366 Degrees Anywhere is designed to help you maximize your time for repeat communications that include lead generation, sales outreach, new customer on-boarding, product education or even video promotional campaigns. Any use case where you want to automate pre-defined campaigns to help engage with the right prospects. You can remove contacts from a drip campaign at any time by clicking on the drop button in the 366 Degrees chrome extension. 

What You See:

366 Degrees Anywhere is about engagement. You can view email opens, clicks, landing page sign ups, video watches along with snippets of the actual communication engaged with. Now you can have meaningful conversations in your follow up with leads or clients based on real behavioral queues!                    

拡張機能の基本情報

名前 366 Degrees 366 Degrees
ID lcnjakadkfbgmpdfblgnejohokojcfph
公式URL https://chromewebstore.google.com/detail/366-degrees/lcnjakadkfbgmpdfblgnejohokojcfph
説明 The 366 Degrees app allows you to create or retrieve a contacts record from 366 Degrees and manage all engagement with them.
ファイルサイズ 1.17 MB
インストール数 43
現在のバージョン 1.8
最終更新日 2022-08-18
公開日 2019-04-26
評価 3.50/5 合計 2 レビュー
開発者 https://www.366.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.366.io
ヘルプページのURL http://help.366.io
プライバシーポリシーページのURL https://www.366degrees.co/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "366 Degrees",
    "short_name": "366 Degrees",
    "version": "1.8",
    "manifest_version": 2,
    "description": "The 366 Degrees app allows you to create or retrieve a contacts record from 366 Degrees and manage all engagement with them.",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "browser_action": {
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_icon": "icons\/logo.png",
        "default_title": "366 Degrees"
    },
    "web_accessible_resources": [
        "src\/browser_action\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    }
}