Pinterest extra

Pinterest extra allows it users to view the analytics of pins aswell as downloading them!

Pinterest extraคืออะไร?

Pinterest extra เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mfilali455 และคุณลักษณะหลักของมันคือ "Pinterest extra allows it users to view the analytics of pins aswell as downloading them!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pinterest extra

ดาวน์โหลดไฟล์ส่วนขยาย Pinterest extra ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        View stats of all the pins and download them to get the most of them

Don’t let the good stuff escape from your eyes! 
Simple to use, easy to manage, and a time-saving way to save download and view stats of pins!.


The extensions let you: 

• View stats of pins (saves count, repins count ).
• Bulk download pins.
• Export pins as CSV                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pinterest extra Pinterest extra
ID cmncoolckhinjbfghfbiionapeanngep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pinterest-extra/cmncoolckhinjbfghfbiionapeanngep
คำอธิบาย Pinterest extra allows it users to view the analytics of pins aswell as downloading them!
ขนาดไฟล์ 20.61 KB
จำนวนการติดตั้ง 1,056
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2023-01-27
วันที่เผยแพร่ 2022-07-26
คะแนน 2.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา mfilali455
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pinterest extra",
    "description": "Pinterest extra allows it users to view the analytics of pins aswell as downloading them!",
    "version": "0.0.1",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "action": [],
    "permissions": [],
    "host_permissions": [
        "https:\/\/www.pinterest.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/imgs\/*"
            ],
            "matches": [
                "https:\/\/www.pinterest.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "css": [
                ".\/contentScript\/css\/pinterest.css"
            ],
            "matches": [
                "https:\/\/www.pinterest.com\/*"
            ]
        }
    ]
}