13Tags

13Tags

13Tags là gì?

13Tags là một tiện ích mở rộng Chrome được phát triển bởi https://13tags.com, và tính năng chính của nó là "13Tags".

Ả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 13Tags

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

                        13Tags Analysis tool help our members to perform these two main tasks.

1. This tool help 13Tags Members to analyze listing on Etsy. It allow you to get detail report of etsy listings where you can get estimated product sales and favorites,

2. It also help users to get best of tags and keyword while they list product on etsy.

Update 1.2
Several new changes on search page
1. Option to select category wise data
2. Shorting in columns
3. Category wise keywords, tags, title and description
4. Included a new keyword tab
5. Data refresh and reload last loaded data automatically                    

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

Tên 13Tags 13Tags
ID ammpdabdnjfpoofkjnkjmlflddkhngch
URL Chính Thức https://chromewebstore.google.com/detail/13tags/ammpdabdnjfpoofkjnkjmlflddkhngch
Mô tả 13Tags
Kích Thước Tệp 3.97 MB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 1.4.0.1
Cập Nhật Lần Cuối 2023-12-03
Ngày Phát Hành 2022-11-09
Nhà Phát Triển https://13tags.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.13tags.com
URL Trang Trợ Giúp https://www.13tags.com/contact
URL Trang Chính Sách Bảo Mật https://drive.google.com/open?id=1fhy93MRY0RNJ_gcc50uMJSbDEk5hPRuj
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "13Tags",
    "description": "13Tags",
    "version": "1.4.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "includes\/Assets\/icon16.png",
        "32": "includes\/Assets\/icon32.png",
        "48": "includes\/Assets\/icon48.png",
        "128": "includes\/Assets\/icon128.png",
        "640": "includes\/Assets\/icon640.png",
        "1080": "includes\/Assets\/icon1080.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.etsy.com\/*"
            ],
            "css": [
                "includes\/JS\/bootstrap-5.0.2\/css\/bootstrap.min.css",
                "content.css"
            ],
            "js": [
                "includes\/JS\/jquery-3.6.0.min.js",
                "includes\/JS\/bootstrap-5.0.2\/js\/bootstrap.bundle.js",
                "includes\/JS\/sheetsjs\/xlsx.full.min.js",
                "includes\/JS\/chart.js",
                "includes\/JS\/chartjs-adapter-date-fns.bundle.min.js",
                "functions.min.js",
                "content.min.js"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "match_about_blank": false,
            "match_origin_as_fallback": false
        },
        {
            "matches": [
                "https:\/\/*.canva.com\/*"
            ],
            "css": [
                "includes\/JS\/bootstrap-5.0.2\/css\/bootstrap.min.css",
                "content.css"
            ],
            "js": [
                "includes\/JS\/jquery-3.6.0.min.js",
                "includes\/JS\/bootstrap-5.0.2\/js\/bootstrap.bundle.js",
                "includes\/JS\/sheetsjs\/xlsx.full.min.js",
                "functions.min.js",
                "Canva\/functions.min.js",
                "Canva\/content.min.js"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "match_about_blank": false,
            "match_origin_as_fallback": false
        }
    ],
    "background": {
        "service_worker": "background.min.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "includes\/Assets\/icon16.png",
            "32": "includes\/Assets\/icon32.png",
            "48": "includes\/Assets\/icon48.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "clipboardRead",
        "clipboardWrite",
        "downloads",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/www.etsy.com\/*",
        "https:\/\/www.canva.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.ttf",
                "*.css",
                "*.svg",
                "*.jpg",
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}