Google for Jobs Structured Data by Tarta.ai

Pretty-print the Google for Jobs structured data JSON.

What is Google for Jobs Structured Data by Tarta.ai?

Google for Jobs Structured Data by Tarta.ai is a Chrome extension developed by https://tarta.ai, and its main feature is "Pretty-print the Google for Jobs structured data JSON.".

Extension Screenshots

screenshot

Download Google for Jobs Structured Data by Tarta.ai Extension CRX File

Download Google for Jobs Structured Data by Tarta.ai 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

                        Instant on-page Google for Jobs SEO metrics right in your web browser by Tarta.ai.
 
With SEO Job Postings Structured Data by Tarta.ai, you can get quick on-page SEO report for any job site page that you browse.
It includes:

- Title and Description  
- Job posted and validThrough dates;
- hiringOrganization and identifier data;
- employment type;
- job location (country, city, state, zip code and street address);
- base salary data. 
 
You won’t need to go to the page sources to look for the jobPosting JSON code.
 
Tarta.ai home page: https://tarta.ai/.
Tarta.ai terms and California privacy notice: https://tarta.ai/home/terms, https://tarta.ai/home/california-privacy-notice.                    

Extension Basic Information

Name Google for Jobs Structured Data by Tarta.ai Google for Jobs Structured Data by Tarta.ai
ID iimaoepghnpacanefnpkjjeliifanjei
Official URL https://chromewebstore.google.com/detail/google-for-jobs-structure/iimaoepghnpacanefnpkjjeliifanjei
Description Pretty-print the Google for Jobs structured data JSON.
File Size 33.39 KB
Installation Count 138
Current Version 1.04
Last Updated 2023-01-25
Publish Date 2020-09-25
Rating 3.00/5 Total 2 Ratings
Developer https://tarta.ai
Email [email protected]
Payment Type free
Extension Website https://tarta.ai
Help Page URL https://tarta.ai/about
Privacy Policy Page URL https://tarta.ai/home/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google for Jobs Structured Data by Tarta.ai",
    "version": "1.04",
    "description": "Pretty-print the Google for Jobs structured data JSON.",
    "manifest_version": 3,
    "permissions": [
        "declarativeContent",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "find_scripts.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/logo_disable.png"
        },
        "default_title": "Click Me"
    }
}