Daz-Deals

Daz3D.com Deals Shopping Helper

Daz-Deals là gì?

Daz-Deals là một tiện ích mở rộng Chrome được phát triển bởi bigbluehat, và tính năng chính của nó là "Daz3D.com Deals Shopping Helper".

Ả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 Daz-Deals

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

                        Daz Deals improves the shopping experience at http://daz3d.com/shop/ by providing:

Cart:
 - shows percentage discounts on each product in your cart
 - shows the grand total percentage discount above the checkout button
 - shows PC+, Daz Original, and New icons with each product

Bundle Pages:
 - "fades" any contained products already owned
 - Price per unowned item is displayed above included products listing

Product Pages:
 - [PRO] get notified when gallery images are posted about the product
 - in-page Price History chart
 - hide products (great for ignoring Starter Bundles when you own a Pro bundle)
 - adds a "Product Library" button to product pages for *owned* products
 - adds a "Read Me" link next to the SKU for the product
 - view forum thread & gallery images about the product
 - adds "Add to Wishlist" icon to category pages option
 - Product Comments on all products (not just wishlist!)
 - Comment-based product labeling now for all products!

Wishlist & Product Listings:
 - [PRO] filter Product Listing to show only Required Items or Add-on Items for products you own
 - [PRO] filter Product Listings to just Wishlisted items
 - [PRO] filter Product Listing to only Owned items
 - [PRO] sort by % off
 - adds monthly PC+ coupon filters (for quickly finding something to use those on)
 - filter to specific products (Daz Studio, Poser, Carrara)
 - create multiple wishlists using tags
 - backup/restore wishlists
 - hide "What's Hot" section option
 - hide "Interactive License Add-Ons" section option
 - add "View These Artists Together" link above artist tiles on promo pages
 - Product Comments on all products (not just wishlist!)
 - Comment-based product labeling now for all products!

Product Library
 - Gallery style browsing
 - Commentary/labeling on old products no longer in the Daz Store

Order History:
 - (optionally) show "Total Spent" above the order history table

Options:
 - lists What's New
 - provides ability to toggle features (such as "Total Spent")
 - sign-up for Daz-Deals E-mail Notifications
 - manage hidden products

Warning: this extension may make you shop and buy more often than you'd planned.

More info & discussions at:
https://www.daz3d.com/forums/discussion/106296/announcing-daz-deals-browser-add-on/p1
https://www.daz3d.com/forums/discussion/454726/announcing-daz-deals-browser-add-on-ii                    

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

Tên Daz-Deals Daz-Deals
ID nagnffdgedlcmlibjhmalgcaekfgiehc
URL Chính Thức https://chromewebstore.google.com/detail/daz-deals/nagnffdgedlcmlibjhmalgcaekfgiehc
Mô tả Daz3D.com Deals Shopping Helper
Kích Thước Tệp 2.47 MB
Số Lần Cài Đặt 2,293
Phiên Bản Hiện Tại 4.1.0
Cập Nhật Lần Cuối 2023-09-25
Ngày Phát Hành 2019-11-17
Đánh Giá 4.12/5 Tổng số 25 Đánh Giá
Nhà Phát Triển bigbluehat
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://dazdeals.com/
URL Trang Trợ Giúp https://www.daz3d.com/forums/discussion/106296/announcing-daz-deals-browser-add-on/p1
URL Trang Chính Sách Bảo Mật https://dazdeals.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "BigBlueHat",
    "name": "Daz-Deals",
    "short_name": "daz-deals",
    "version": "4.1.0",
    "permissions": [
        "storage",
        "*:\/\/civilizationhunt.com\/*",
        "*:\/\/www.daz3d.com\/*"
    ],
    "web_accessible_resources": [
        "web-accessible\/ddtries.js"
    ],
    "description": "Daz3D.com Deals Shopping Helper",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Daz-Deals Options",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png"
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.daz3d.com\/*"
            ],
            "js": [
                "lib\/jquery-3.1.1.js",
                "lib\/pagination.js",
                "lib\/selector-observer.js",
                "lib\/sha256.js",
                "globals.js",
                "shared-label-funcs.js",
                "filters.js",
                "daz-deals-button.js",
                "wishlist-update.js",
                "shopping-cart.js",
                "total-money-spent.js",
                "multiple-wishlists.js",
                "product-library.js",
                "hide-products.js",
                "product-links.js",
                "product-page.js",
                "gallery-notification.js",
                "add-wishlist-button.js",
                "wishlistify.js",
                "price-history.js",
                "access-storage.js"
            ],
            "css": [
                "lib\/pagination.css",
                "styles.css"
            ]
        }
    ]
}