Power Tools

Power Tools for Podio is a bundle of 4 tools that will make your Podio life much easier. These 4 tools are included in this…

Power Tools là gì?

Power Tools là một tiện ích mở rộng Chrome được phát triển bởi https://momentumtools.io, và tính năng chính của nó là "Power Tools for Podio is a bundle of 4 tools that will make your Podio life much easier. These 4 tools are included in this…".

Ả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 Power Tools

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

                        Power Tools for Podio is a bundle of 4 tools that will make your Podio life much easier.

These 4 tools are included in this extension:

- Bulk Edit: Update multiple Podio items directly from your table overview.
- Power Export: Combine your linked Podio apps in one export. Drag and drop the columns you want to export, save your report and click export.
- Power Sync: Sync your Podio app to a Google Sheet.
- Power filters: Filter on fields from related Podio apps.                    

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

Tên Power Tools Power Tools
ID poiiimgigdekjmhpohdceabjlocjenfl
URL Chính Thức https://chromewebstore.google.com/detail/power-tools/poiiimgigdekjmhpohdceabjlocjenfl
Mô tả Power Tools for Podio is a bundle of 4 tools that will make your Podio life much easier. These 4 tools are included in this…
Kích Thước Tệp 322 KB
Số Lần Cài Đặt 2,820
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2023-08-21
Ngày Phát Hành 2020-06-29
Đánh Giá 4.67/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://momentumtools.io
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://momentumtools.io/podio-bulk-edit-export?utm_source=chrome_store&utm_medium=web&utm_campaign=chrome_store&utm_term=chrome_store
URL Trang Trợ Giúp https://support.momentumtools.io/container/show/28054
URL Trang Chính Sách Bảo Mật https://momentumtools.io/hc/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Power Tools",
    "version": "2.0.5",
    "manifest_version": 3,
    "action": {
        "default_popup": "src\/pop-up\/index.html",
        "default_icon": {
            "128": "assets\/logo.png"
        },
        "default_title": "Power Tools"
    },
    "icons": {
        "128": "assets\/logo.png"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.podio.com\/*"
            ],
            "js": [
                "content-scripts\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "tabs"
    ]
}