Simple Job Tracker

Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.

ما هو Simple Job Tracker؟

Simple Job Tracker هو إضافة Chrome تم تطويرها بواسطة sansserif، والميزة الرئيسية لها هي "Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Simple Job Tracker

قم بتنزيل ملفات الامتداد Simple Job Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension is built to make your job application process easier. Keep track of your current jobs you have applied for, all stored within your browser.

Press add on a job position page and the details will be automatically filled in for you.                    

معلومات أساسية عن التمديد

الاسم Simple Job Tracker Simple Job Tracker
ID mafgfloakbfldlimcidokodmdfbjebih
عنوان URL الرسمي https://chrome.google.com/webstore/detail/simple-job-tracker/mafgfloakbfldlimcidokodmdfbjebih
الوصف Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page.
حجم الملف 157 KB
عدد التثبيتات 196
النسخة الحالية 1.0.0.0
آخر تحديث 2017-03-21
تاريخ النشر 2017-03-21
تقييم 4.75/5 مجموع تقييمات 4
المطور sansserif
نوع الدفع free
موقع الإضافة http://www.loaft.com.au
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Job Tracker",
    "description": "Keep track of  your job applications with this simple extension. Job details will be automatically extracted from the current page.",
    "version": "1.0.0.0",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Simple Job Tracker"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}