Pulse Start Page - New Tab

Display the latest and most important updates simply and where no one can miss them: in everyone's new browser tab.

Pulse Start Page - New Tabとは何ですか?

Pulse Start Page - New Tabはhttps://pulseasync.comによって開発されたChromeの拡張機能で、その主な機能は「Display the latest and most important updates simply and where no one can miss them: in everyone's new browser tab.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Pulse Start Page - New Tab拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Pulse empowers you and your team to stay aligned through long-form updates across projects, processes, decisions, strategy, and more. Pulse is the first and last word for asynchronous team alignment.

The Pulse Browser Extension is a lightweight Chrome Extension that works on top of the Pulse web application.

Install the Pulse Browser Extension to maximize the coverage of your message by displaying them where no one can miss: in everyone's new browser tab. You can install the browser extension in just a few clicks on all your team members’ devices and jumpstart internal adoption in minutes, not months. Your browser’s new tab is the most important real estate in your and your team’s computers, and you’re not leveraging it. Many of our customers find this extension a real game-changer as they're finally able to cut through the clutter and get the attention of hundreds of employees in seconds. One more thing: If you’re still using internal mailing lists, the Pulse Browser Extension helps you proxy some of those emails directly to your Pulse Streams.

To learn more about how Pulse can transform your browser new tab in your company new tab read here https://pulse.so/browser-extension

Here's how the Pulse Browser Extension can transform your Chrome New Tab into your new Company Home Page.

→ Company time zones

Company time zones allow you to add the time zone of your team so that you know exactly who is working from where.

→ Company bookmarks

You can company bookmarks to display your most important company links in the browser new tab: a place where everyone can see and actually use them. Our customers use our company bookmarks feature to link things like the company people directory, or the HR portal where employees can book their PTO or the spreadsheet for their reimbursement expenses.

→ Company announcements and updates

The central area is dedicated to the Pulse News section. This is your company firehose. It's one single unified feed for you and your team to stay ahead of the curve and oversee what's happening. This feed has been engineered to provide consistently high Signal/Noise ratio so that it’s never polluted with irrelevant things.

→ Get started

To use this extension you need a Pulse account for your organization. You can get an account at https://pulse.so/signup.

Any question? Drop us a line at [email protected]                    

拡張機能の基本情報

名前 Pulse Start Page - New Tab Pulse Start Page - New Tab
ID gljkncabelmmkdehkhnlklmhjompjkbh
公式URL https://chromewebstore.google.com/detail/pulse-start-page-new-tab/gljkncabelmmkdehkhnlklmhjompjkbh
説明 Display the latest and most important updates simply and where no one can miss them: in everyone's new browser tab.
ファイルサイズ 5.3 MB
インストール数 35
現在のバージョン 2.2.8
最終更新日 2022-03-14
公開日 2020-06-16
評価 5.00/5 合計 2 レビュー
開発者 https://pulseasync.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://pulseasync.com
ヘルプページのURL https://support.pulseasync.com/
プライバシーポリシーページのURL https://getthepulse.zendesk.com/hc/en-us/articles/360016995998-Privacy-Policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pulse Start Page - New Tab",
    "short_name": "Pulse Start Page",
    "description": "Display the latest and most important updates simply and where no one can miss them: in everyone's new browser tab.",
    "version": "2.2.8",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "48": "assets\/icons\/icon_48.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "unlimitedStorage",
        "cookies",
        "https:\/\/api.rollbar.com\/",
        "https:\/\/*.pulse.so\/*",
        "https:\/\/pulseql.com\/*",
        "https:\/\/*.pulsegw.com\/*",
        "https:\/\/localhost:3000\/*"
    ],
    "background": {
        "scripts": [
            "constants.js",
            "localforage.min.js",
            "amazon-cognito-identity.min.js",
            "aws-amplify.min.js",
            "browser-polyfill.js",
            "jwt-decode.min.js",
            "graphql.js",
            "auth.js",
            "queryAndCache.js",
            "actions.js",
            "rollbar.js",
            "queries.js",
            "background.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "p"
    },
    "browser_action": {
        "default_title": "Pulse",
        "default_popup": "popup\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab\/tab.html"
    },
    "web_accessible_resources": [
        "assets\/*.css",
        "assets\/*.js",
        "assets\/*.woff",
        "assets\/*.woff2",
        "assets\/*.ttf",
        "assets\/*.eot",
        "assets\/*.png",
        "assets\/base.css",
        "assets\/choices.min.js",
        "assets\/choices.min.css",
        "assets\/pulse-lists.html",
        "assets\/pulse-lists.js",
        "assets\/send-pulse-confirm.html",
        "assets\/send-pulse-confirm.js",
        "assets\/suggest-pulse.html",
        "assets\/suggest-pulse.js",
        "assets\/see-pulse-draft.html",
        "assets\/see-pulse-draft.js",
        "assets\/login.html",
        "assets\/login.js",
        "assets\/login-with-intro.html",
        "assets\/login-with-intro.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pulse.so\/*",
                "*:\/\/*.pulseasync.com\/*",
                "*:\/\/localhost\/*"
            ],
            "js": [
                "browser-installed-checker.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.rollbar.com https:\/\/api.rollbar.com; object-src 'self' https:\/\/cdn.rollbar.com https:\/\/api.rollbar.com;",
    "browser": "chrome"
}