Google for Jobs Structured Data by Tarta.ai

Pretty-print the Google for Jobs structured data JSON.

什麼是Google for Jobs Structured Data by Tarta.ai?

Google for Jobs Structured Data by Tarta.ai是由https://tarta.ai開發的Chrome擴展程式,該擴展的主要功能是“Pretty-print the Google for Jobs structured data JSON.”。

擴展截圖

screenshot

下載Google for Jobs Structured Data by Tarta.ai擴展crx文件

下載Google for Jobs Structured Data by Tarta.ai擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Google for Jobs Structured Data by Tarta.ai Google for Jobs Structured Data by Tarta.ai
ID iimaoepghnpacanefnpkjjeliifanjei
官方網址 https://chromewebstore.google.com/detail/google-for-jobs-structure/iimaoepghnpacanefnpkjjeliifanjei
簡介 Pretty-print the Google for Jobs structured data JSON.
檔案大小 33.39 KB
安裝次數 138
目前版本 1.04
更新時間 2023-01-25
上架時間 2020-09-25
評分 3.00/5 共 2 次評分
開發者 https://tarta.ai
電子郵箱 [email protected]
付費類型 free
擴展官網 https://tarta.ai
說明頁面URL https://tarta.ai/about
隱私政策頁面URL https://tarta.ai/home/privacy
支援的語言 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"
    }
}