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 sansserif द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep track of your job applications with this simple extension. Job details will be automatically extracted from the current page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simple Job Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
    ]
}