remoteable

remote jobs aggregator.

remoteableとは何ですか?

remoteableはozojiechikeluによって開発されたChromeの拡張機能で、その主な機能は「remote jobs aggregator.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        If you feel that your mailbox is being cluttered with job adverts or you need a simple and reliable way of keeping track of remote job listings then this extension is for you.

* Auto update of new jobs as they become available
* ability to filter jobs by tags and get shown only the jobs you want.
* Easily manageable notification system
* Ability to save jobs and view them for later
* Simple and delightful UI

This extension aggregates jobs from remote.io, stackoverflow.com,  weworkremotely.com                    

拡張機能の基本情報

名前 remoteable remoteable
ID badejnndoablclhffafkgeggfiepmjin
公式URL https://chromewebstore.google.com/detail/remoteable/badejnndoablclhffafkgeggfiepmjin
説明 remote jobs aggregator.
ファイルサイズ 2.46 MB
インストール数 39
現在のバージョン 1.1.3
最終更新日 2018-09-28
公開日 2018-09-28
評価 4.00/5 合計 3 レビュー
開発者 ozojiechikelu
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "remoteable",
    "short_name": "remoteable",
    "description": "remote jobs aggregator.",
    "version": "1.1.3",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Remoteable",
        "default_popup": "pages\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "background",
        "contextMenus",
        "cookies",
        "debugger",
        "declarativeContent",
        "notifications",
        "tabs",
        "storage"
    ]
}