GJ Tutorial - Government Jobs in India
Alerts for Government Jobs in India like IBPS, SBI, Bank, SSC, UPSC, UGC etc. Get free Sample Papers, Online Tests also.
什么是GJ Tutorial - Government Jobs in India?
GJ Tutorial - Government Jobs in India是由http://www.gjtutorial.com开发的Chrome扩展程序,该扩展的主要功能是“Alerts for Government Jobs in India like IBPS, SBI, Bank, SSC, UPSC, UGC etc. Get free Sample Papers, Online Tests also.”。
扩展截图
下载GJ Tutorial - Government Jobs in India扩展crx文件
下载GJ Tutorial - Government Jobs in India扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
GJ Tutorial has launched this Chrome extension to help you get the latest job updates with a single click!! You will get free Job and Recruitment Alerts, Sample Papers, Syllabus, Notes, Previous Question Papers and Current GK. If you are preparing for a competitive exams like IBPS Bank PO, Bank IT Officer, Bank Clerical, SSC, UPSC, UGC etc., this is "the" way to get free content.
扩展基本信息
名称 | |
ID | dgadkmgglkkgmjacnbejmgpnkihofldi |
官方URL | https://chrome.google.com/webstore/detail/gj-tutorial-government-jo/dgadkmgglkkgmjacnbejmgpnkihofldi |
简介 | Alerts for Government Jobs in India like IBPS, SBI, Bank, SSC, UPSC, UGC etc. Get free Sample Papers, Online Tests also. |
文件大小 | 88.16 KB |
安装次数 | 157 |
当前版本 | 0.9 |
更新时间 | 2015-12-22 |
上架时间 | 2015-12-22 |
评分 | 4.00/5 共16次评分 |
开发者 | http://www.gjtutorial.com |
付费类型 | free |
扩展官网 | http://www.gjtutorial.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GJ Tutorial - Government Jobs in India", "version": "0.9", "manifest_version": 2, "description": "Alerts for Government Jobs in India like IBPS, SBI, Bank, SSC, UPSC, UGC etc. Get free Sample Papers, Online Tests also.", "icons": { "128": "images\/icon128.png" }, "permissions": [ "alarms", "notifications" ], "homepage_url": "http:\/\/www.gjtutorial.com", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Latest Jobs - GJ Tutorial", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": false }, "web_accessible_resources": [ "images\/icon48.png" ], "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'" } |