Freelancer.com Jobs Search RSS
Adds RSS feeds feature to Freelancer.com jobs search pages
What is Freelancer.com Jobs Search RSS?
Freelancer.com Jobs Search RSS is a Chrome extension developed by Alexandr Shurigin, and its main feature is "Adds RSS feeds feature to Freelancer.com jobs search pages".
Extension Screenshots
Download Freelancer.com Jobs Search RSS Extension CRX File
Download Freelancer.com Jobs Search RSS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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].
Extension Basic Information
Name | Freelancer.com Jobs Search RSS |
ID | ebnpoaaghgihccdchcjbjkoiiiddjcfg |
Official URL | https://chromewebstore.google.com/detail/freelancercom-jobs-search/ebnpoaaghgihccdchcjbjkoiiiddjcfg |
Description | Adds RSS feeds feature to Freelancer.com jobs search pages |
File Size | 59.98 KB |
Installation Count | 242 |
Current Version | 2.1 |
Last Updated | 2017-10-01 |
Publish Date | 2017-09-30 |
Rating | 3.55/5 Total 11 Ratings |
Developer | Alexandr Shurigin |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ " |