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 là gì?

Google for Jobs Structured Data by Tarta.ai là một tiện ích mở rộng Chrome được phát triển bởi https://tarta.ai, và tính năng chính của nó là "Pretty-print the Google for Jobs structured data JSON.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google for Jobs Structured Data by Tarta.ai

Tải xuống các tệp mở rộng Google for Jobs Structured Data by Tarta.ai dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google for Jobs Structured Data by Tarta.ai Google for Jobs Structured Data by Tarta.ai
ID iimaoepghnpacanefnpkjjeliifanjei
URL Chính Thức https://chromewebstore.google.com/detail/google-for-jobs-structure/iimaoepghnpacanefnpkjjeliifanjei
Mô tả Pretty-print the Google for Jobs structured data JSON.
Kích Thước Tệp 33.39 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 1.04
Cập Nhật Lần Cuối 2023-01-25
Ngày Phát Hành 2020-09-25
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://tarta.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tarta.ai
URL Trang Trợ Giúp https://tarta.ai/about
URL Trang Chính Sách Bảo Mật https://tarta.ai/home/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}