remoteable

remote jobs aggregator.

¿Qué es remoteable?

remoteable es una extensión de Chrome desarrollada por ozojiechikelu, y su función principal es "remote jobs aggregator.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión remoteable

Descarga archivos de extensión remoteable en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre remoteable remoteable
ID badejnndoablclhffafkgeggfiepmjin
URL Oficial https://chromewebstore.google.com/detail/remoteable/badejnndoablclhffafkgeggfiepmjin
Descripción remote jobs aggregator.
Tamaño del Archivo 2.46 MB
Cantidad de Instalaciones 39
Versión Actual 1.1.3
Última Actualización 2018-09-28
Fecha de Publicación 2018-09-28
Calificación 4.00/5 Total de 3 Calificaciones
Desarrollador ozojiechikelu
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}