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
电子邮箱 [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"
    ]
}