iReformat
Format your resume in seconds
What is iReformat?
iReformat is a Chrome extension developed by https://recruiteze.com, and its main feature is "Format your resume in seconds".
Extension Screenshots
Download iReformat Extension CRX File
Download iReformat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
iReformat is an utility for users to quickly upload and format a resume to your custom template in seconds. You will need an account with iReformat to use this extension. iReformat is meant for agencies and not for job seekers.
Extension Basic Information
Name | iReformat |
ID | jbkacakomldccokcajehiggmpbbgcmkd |
Official URL | https://chromewebstore.google.com/detail/ireformat/jbkacakomldccokcajehiggmpbbgcmkd |
Description | Format your resume in seconds |
File Size | 79.39 KB |
Installation Count | 37 |
Current Version | 1.1 |
Last Updated | 2021-02-17 |
Publish Date | 2021-02-16 |
Developer | https://recruiteze.com |
[email protected] | |
Payment Type | free |
Extension Website | https://recruiteze.com/resume-management/ |
Help Page URL | https://recruiteze.com/resume-management/ |
Privacy Policy Page URL | https://recruiteze.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iReformat", "description": "Format your resume in seconds", "version": "1.1", "manifest_version": 2, "icons": { "16": ".\/css\/images\/icon-16x16.png", "32": ".\/css\/images\/icon-32x32.png", "48": ".\/css\/images\/icon-32x32.png", "128": ".\/css\/images\/icon-128x128.png" }, "background": { "scripts": [ ".\/background.js" ], "persistent": false }, "browser_action": { "default_icon": ".\/css\/images\/icon-32x32.png", "default_popup": "popup.html", "default_title": "iReformat" } } |