HubSpot Copy & Translation Bug Reporting

Report copy & translation issues and submit feedback to HubSpot's localization team in just a few clicks!

HubSpot Copy & Translation Bug Reporting là gì?

HubSpot Copy & Translation Bug Reporting là một tiện ích mở rộng Chrome được phát triển bởi HubSpot L10N Development, và tính năng chính của nó là "Report copy & translation issues and submit feedback to HubSpot's localization team in just a few clicks!".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HubSpot Copy & Translation Bug Reporting

Tải xuống các tệp mở rộng HubSpot Copy & Translation Bug Reporting 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

                        This extension is used to report copy & translation issues and submit feedback to HubSpot's localization team.

After installing the extension, clicking the icon while browsing on a HubSpot domain (*.hubspot.*) will open up a pop-up window where you can submit a report or feedback to HubSpot's localization team with just a few clicks.

Most of the information will be pre-filled (such as the URL you're submitting your report from, the language of your HubSpot UI etc.). You will simply have to enter a short description of the issue you're reporting, decide whether or not you want to add a screenshot and you're done! Please note: Screenshot submitted via the extension will include the display area of your active browser tab. Browser UI elements (e.g search bar, bookmarks etc.) will NOT be included. You will see a preview of your screenshot before submitting it.

For reporting specific phrases or pieces of text, you also have the option to use the right-click menu. Simply select the text you want to report, right-click and choose "Report translation issue in selected text to HubSpot". This will open a new window where you can submit your report following the same process described above.

Thank you very much for helping to improve HubSpot's user experience!

-----------------------------

Data Processing

Use of this extension is covered by HubSpot’s privacy policy, and we will take the utmost care to keep your data safe and secure. None of the information you submit will be shared outside of HubSpot, and access within HubSpot will be tightly controlled. The data you submit will only be used for the purposes of improving HubSpot’s localization and user experience. It will be permanently deleted after 28 days.                    

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

Tên HubSpot Copy & Translation Bug Reporting HubSpot Copy & Translation Bug Reporting
ID fmhnkofhmfdoobflllafcnjalacjdbkc
URL Chính Thức https://chromewebstore.google.com/detail/hubspot-copy-translation/fmhnkofhmfdoobflllafcnjalacjdbkc
Mô tả Report copy & translation issues and submit feedback to HubSpot's localization team in just a few clicks!
Kích Thước Tệp 1.02 MB
Số Lần Cài Đặt 256
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2023-11-29
Ngày Phát Hành 2023-09-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển HubSpot L10N Development
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://legal.hubspot.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Report copy & translation issues and submit feedback to HubSpot's localization team in just a few clicks!",
    "icons": {
        "128": "images\/L10N-Reporting-Icon-Big.png",
        "16": "images\/L10N-Reporting-Icon-Small.png",
        "32": "images\/L10N-Reporting-Icon-Small.png"
    },
    "manifest_version": 3,
    "name": "HubSpot Copy & Translation Bug Reporting",
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "contextMenus",
        "scripting",
        "system.display"
    ],
    "host_permissions": [
        "*:\/\/*.hubteam.com\/*",
        "*:\/\/*.hubteamqa.com\/*",
        "*:\/\/*.hubteam.de\/*",
        "*:\/\/*.hubteamqa.de\/*",
        "*:\/\/*.hubteam.fr\/*",
        "*:\/\/*.hubteamqa.fr\/*",
        "*:\/\/*.hubteam.es\/*",
        "*:\/\/*.hubteamqa.es\/*",
        "*:\/\/*.hubteam.jp\/*",
        "*:\/\/*.hubteamqa.jp\/*",
        "*:\/\/*.hubspot.com\/*",
        "*:\/\/*.hubspotqa.com\/*",
        "*:\/\/*.hubspot.de\/*",
        "*:\/\/*.hubspotqa.de\/*",
        "*:\/\/*.hubspot.fr\/*",
        "*:\/\/*.hubspotqa.fr\/*",
        "*:\/\/*.hubspot.es\/*",
        "*:\/\/*.hubspotqa.es\/*",
        "*:\/\/*.hubspot.jp\/*",
        "*:\/\/*.hubspotqa.jp\/*",
        "*:\/\/*.grader.com\/*",
        "*:\/\/*.connect.com\/*",
        "*:\/\/*.inbound.com\/*"
    ],
    "version": "1.1.5"
}