Google for Jobs Structured Data by Tarta.ai

Pretty-print the Google for Jobs structured data JSON.

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

Google for Jobs Structured Data by Tarta.ai is een Chrome-extensie ontwikkeld door https://tarta.ai, en de belangrijkste functie is "Pretty-print the Google for Jobs structured data JSON.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google for Jobs Structured Data by Tarta.ai

Download Google for Jobs Structured Data by Tarta.ai-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Google for Jobs Structured Data by Tarta.ai Google for Jobs Structured Data by Tarta.ai
ID iimaoepghnpacanefnpkjjeliifanjei
Officiële URL https://chromewebstore.google.com/detail/google-for-jobs-structure/iimaoepghnpacanefnpkjjeliifanjei
Beschrijving Pretty-print the Google for Jobs structured data JSON.
Bestandsgrootte 33.39 KB
Aantal Installaties 138
Huidige Versie 1.04
Laatst Bijgewerkt 2023-01-25
Publicatiedatum 2020-09-25
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://tarta.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tarta.ai
Help Pagina-URL https://tarta.ai/about
URL van de Privacybeleid Pagina https://tarta.ai/home/privacy
Ondersteunde Talen 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"
    }
}