Freelancer.com Jobs Search RSS

Adds RSS feeds feature to Freelancer.com jobs search pages

Cos'è Freelancer.com Jobs Search RSS?

Freelancer.com Jobs Search RSS è un'estensione di Chrome sviluppata da Alexandr Shurigin, e la sua funzione principale è "Adds RSS feeds feature to Freelancer.com jobs search pages".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Freelancer.com Jobs Search RSS

Scarica i file di estensione Freelancer.com Jobs Search RSS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Adds RSS feature to Freelancer.com jobs custom filters.

With RSS feed you will be in touch with newest jobs. Simple drop RSS link to your favorite reader and get newest jobs once they are posted.

Contact me for any questions at [email protected].                    

Informazioni di Base sull'Estensione

Nome Freelancer.com Jobs Search RSS Freelancer.com Jobs Search RSS
ID ebnpoaaghgihccdchcjbjkoiiiddjcfg
URL Ufficiale https://chromewebstore.google.com/detail/freelancercom-jobs-search/ebnpoaaghgihccdchcjbjkoiiiddjcfg
Descrizione Adds RSS feeds feature to Freelancer.com jobs search pages
Dimensione del File 59.98 KB
Conteggio Installazioni 242
Versione Corrente 2.1
Ultimo Aggiornamento 2017-10-01
Data di Pubblicazione 2017-09-30
Valutazione 3.55/5 Totale 11 Valutazioni
Sviluppatore Alexandr Shurigin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Freelancer.com Jobs Search RSS",
    "version": "2.1",
    "description": "Adds RSS feeds feature to Freelancer.com jobs search pages",
    "icons": {
        "128": "icons\/128.png"
    },
    "author": "Alexandr Shurigin ([email protected])",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.freelancer.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/URI.min.js",
                "js\/injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/jquery.min.js",
        "js\/freelancerrss.js"
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/bg.js"
        ]
    },
    "permissions": [
        "",
        "tabs",
        "webRequest",
        "*:\/\/*.freelancer.com\/*"
    ]
}