Google for Jobs Structured Data by Tarta.ai

Pretty-print the Google for Jobs structured data JSON.

Cos'è Google for Jobs Structured Data by Tarta.ai?

Google for Jobs Structured Data by Tarta.ai è un'estensione di Chrome sviluppata da https://tarta.ai, e la sua funzione principale è "Pretty-print the Google for Jobs structured data JSON.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google for Jobs Structured Data by Tarta.ai

Scarica i file di estensione Google for Jobs Structured Data by Tarta.ai in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Google for Jobs Structured Data by Tarta.ai Google for Jobs Structured Data by Tarta.ai
ID iimaoepghnpacanefnpkjjeliifanjei
URL Ufficiale https://chromewebstore.google.com/detail/google-for-jobs-structure/iimaoepghnpacanefnpkjjeliifanjei
Descrizione Pretty-print the Google for Jobs structured data JSON.
Dimensione del File 33.39 KB
Conteggio Installazioni 138
Versione Corrente 1.04
Ultimo Aggiornamento 2023-01-25
Data di Pubblicazione 2020-09-25
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://tarta.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tarta.ai
URL della Pagina di Aiuto https://tarta.ai/about
URL della Pagina della Politica sulla Privacy https://tarta.ai/home/privacy
Lingue Supportate 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"
    }
}