Periodix

Find job easy with Periodix web extension.

Periodixคืออะไร?

Periodix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย periodix.product และคุณลักษณะหลักของมันคือ "Find job easy with Periodix web extension."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Periodix

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

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

                        Periodix Web Extension brings freelance and remote jobs to your browser. It’s much more than simply an extension full of jobs. Periodix presents you with an AI-curated list of freelance jobs specifically matched to your skills profile and competitiveness for the job. WIth extension you see new jobs for you as soon as they appear.

Periodix aggregates freelance and remote jobs posted online and its artificial intelligence system instantaneously matches the preferences and experience of the freelancer with client needs. The result is a list of jobs with an extremely high likelihood of being hired.

Naturally, this approach dramatically decreases the length of one’s job search. Since Periodix is essentially a job search engine married to an AI-powered lead generation service, it may be a godsend for freelancers who work on a project to project basis and require new jobs regularly.                    

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

ชื่อ Periodix Periodix
ID maledbhlomjchjbmjhoaaobomfnhlajf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/periodix/maledbhlomjchjbmjhoaaobomfnhlajf
คำอธิบาย Find job easy with Periodix web extension.
ขนาดไฟล์ 247 KB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 6.0.1
อัปเดตครั้งล่าสุด 2021-11-18
วันที่เผยแพร่ 2019-10-14
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา periodix.product
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://periodix.net
URL หน้านโยบายความเป็นส่วนตัว https://periodix.net/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Periodix",
    "homepage_url": "https:\/\/periodix.net\/",
    "version": "6.0.1",
    "description": "Find job easy with Periodix web extension.",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "notifications",
        "webRequest",
        "https:\/\/periodix.net\/*",
        "https:\/\/www.upwork.com\/*"
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/16x16.png",
            "32": "assets\/images\/32x32.png",
            "48": "assets\/images\/48x48.png",
            "128": "assets\/images\/128x128.png"
        }
    },
    "web_accessible_resources": [
        "js\/jquery.min.js",
        "js\/popper.min.js",
        "js\/cover-letter-button.js",
        "css\/cover-letter-button.css",
        "cover-letter-button.html"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/periodix.net\/*"
            ],
            "all_frames": true
        },
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/www.upwork.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "assets\/images\/16x16.png",
        "32": "assets\/images\/32x32.png",
        "48": "assets\/images\/48x48.png",
        "128": "assets\/images\/128x128.png"
    },
    "manifest_version": 2
}