Freelancer.com Jobs Search RSS

Adds RSS feeds feature to Freelancer.com jobs search pages

Co to jest Freelancer.com Jobs Search RSS?

Freelancer.com Jobs Search RSS to rozszerzenie Chrome opracowane przez Alexandr Shurigin, a jego główną funkcją jest „Adds RSS feeds feature to Freelancer.com jobs search pages”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Freelancer.com Jobs Search RSS

Pobierz pliki rozszerzeń Freelancer.com Jobs Search RSS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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].                    

Podstawowe informacje o rozszerzeniu

Nazwa Freelancer.com Jobs Search RSS Freelancer.com Jobs Search RSS
ID ebnpoaaghgihccdchcjbjkoiiiddjcfg
Oficjalny URL https://chromewebstore.google.com/detail/freelancercom-jobs-search/ebnpoaaghgihccdchcjbjkoiiiddjcfg
Opis Adds RSS feeds feature to Freelancer.com jobs search pages
Rozmiar pliku 59.98 KB
Liczba instalacji 242
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2017-10-01
Data Publikacji 2017-09-30
Ocena 3.55/5 Łącznie 11 Oceny
Deweloper Alexandr Shurigin
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}