Freelancer.com Jobs Search RSS

Adds RSS feeds feature to Freelancer.com jobs search pages

Freelancer.com Jobs Search RSSคืออะไร?

Freelancer.com Jobs Search RSS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexandr Shurigin และคุณลักษณะหลักของมันคือ "Adds RSS feeds feature to Freelancer.com jobs search pages"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freelancer.com Jobs Search RSS

ดาวน์โหลดไฟล์ส่วนขยาย Freelancer.com Jobs Search RSS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Freelancer.com Jobs Search RSS Freelancer.com Jobs Search RSS
ID ebnpoaaghgihccdchcjbjkoiiiddjcfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/freelancercom-jobs-search/ebnpoaaghgihccdchcjbjkoiiiddjcfg
คำอธิบาย Adds RSS feeds feature to Freelancer.com jobs search pages
ขนาดไฟล์ 59.98 KB
จำนวนการติดตั้ง 242
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2017-10-01
วันที่เผยแพร่ 2017-09-30
คะแนน 3.55/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Alexandr Shurigin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/*"
    ]
}