Alexa Voice History

A browser extension to scan and collect data from Alexa transcripts.

Alexa Voice History là gì?

Alexa Voice History là một tiện ích mở rộng Chrome được phát triển bởi Emilie Robichaud, và tính năng chính của nó là "A browser extension to scan and collect data from Alexa transcripts.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alexa Voice History

Tải xuống các tệp mở rộng Alexa Voice History 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

                        A browser extension developed to scan and collect data from the Amazon Alexa voice history page (https://www.amazon.ca/alexa-privacy/apd/rvh).                    

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

Tên Alexa Voice History Alexa Voice History
ID nhflggegafofggpclnhgdfhfonhbnbkd
URL Chính Thức https://chromewebstore.google.com/detail/alexa-voice-history/nhflggegafofggpclnhgdfhfonhbnbkd
Mô tả A browser extension to scan and collect data from Alexa transcripts.
Kích Thước Tệp 18.59 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2021-10-11
Ngày Phát Hành 2021-06-30
Nhà Phát Triển Emilie Robichaud
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alexa Voice History",
    "description": "A browser extension to scan and collect data from Alexa transcripts.",
    "version": "1.6",
    "type": "module",
    "permissions": [
        "tabs",
        "storage",
        "declarativeContent",
        "downloads",
        "https:\/\/www.amazon.ca\/alexa-privacy\/apd\/rvh",
        "http:\/\/www.amazon.ca\/alexa-privacy\/apd\/rvh",
        "https:\/\/www.amazon.ca\/alexa-privacy\/apd\/rvh?",
        "http:\/\/www.amazon.ca\/alexa-privacy\/apd\/rvh?",
        "https:\/\/www.amazon.ca\/alexa-privacy\/apd\/myad",
        "http:\/\/www.amazon.ca\/alexa-privacy\/apd\/myad",
        "https:\/\/www.amazon.ca\/alexa-privacy\/apd\/myad",
        "http:\/\/www.amazon.ca\/alexa-privacy\/apd\/myad"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "16": "images\/alexa.png"
        },
        "default_title": "Alexa Voice History",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/unpkg.com; object-src 'self'"
}