remoteable

remote jobs aggregator.

Qu'est-ce que remoteable ?

remoteable est une extension Chrome développée par ozojiechikelu, et sa fonction principale est "remote jobs aggregator.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension remoteable

Téléchargez les fichiers d'extension remoteable au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom remoteable remoteable
ID badejnndoablclhffafkgeggfiepmjin
URL Officiel https://chromewebstore.google.com/detail/remoteable/badejnndoablclhffafkgeggfiepmjin
Description remote jobs aggregator.
Taille du Fichier 2.46 MB
Nombre d'Installations 39
Version Actuelle 1.1.3
Dernière Mise à Jour 2018-09-28
Date de Publication 2018-09-28
Évaluation 4.00/5 Total 3 Évaluations
Développeur ozojiechikelu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}