Pinontop - Stay on top of Pinterest trends

Pinontop - Stay on top of Pinterest trends

Pinontop - Stay on top of Pinterest trendsคืออะไร?

Pinontop - Stay on top of Pinterest trends เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.pinontop.com และคุณลักษณะหลักของมันคือ "Pinontop - Stay on top of Pinterest trends"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pinontop - Stay on top of Pinterest trends

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

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

                        ****** 2020 Version *********Version v.19.1*************
*******07-12-2019 Last Version **************
*******Better Layout **************************
******* New Feature : Auto scrolling Back in the end****** 
*******Uninstall and Reinstall the new version ************
*******New Pinontop code Now supports all Pinterest local sites extensions! ********
***********************************************************
The More Saves, The More Proven The Idea............
Easily Sort By: Number of Saves.......... 

Pinontop Benefits:
Find the most popular pins for a keyword or set of keywords
Helps you find the ideas everyone else likes the most
Great for market research and / or Competitor analysis
Find out what people really want, like, or need

*Chrome plugin - works in Chrome browser (Mac, PC, or Linux)                    

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

ชื่อ Pinontop - Stay on top of Pinterest trends Pinontop - Stay on top of Pinterest trends
ID ompbffakmhdgkeeholbbhpjlcmbdcnme
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pinontop-stay-on-top-of-p/ompbffakmhdgkeeholbbhpjlcmbdcnme
คำอธิบาย Pinontop - Stay on top of Pinterest trends
ขนาดไฟล์ 63.38 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 19.1
อัปเดตครั้งล่าสุด 2019-12-23
วันที่เผยแพร่ 2019-12-21
คะแนน 3.49/5 รวมทั้งหมด 158 คะแนน
ผู้พัฒนา http://www.pinontop.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.pinontop.com
URL หน้าช่วยเหลือ http://www.pinontop.com
URL หน้านโยบายความเป็นส่วนตัว http://www.amzing.pro/tos.htm
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pinontop - Stay on top of Pinterest trends",
    "description": "Pinontop - Stay on top of Pinterest trends",
    "version": "19.1",
    "browser_action": {
        "default_title": "Pinontop - Stay on top of Pinterest trends",
        "default_icon": ".\/images\/icon.png"
    },
    "icons": {
        "16": ".\/images\/icon.png",
        "48": ".\/images\/icon.png",
        "128": ".\/images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.pinterest.com\/*",
                "https:\/\/ar.pinterest.com\/*",
                "https:\/\/br.pinterest.com\/*",
                "https:\/\/co.pinterest.com\/*",
                "https:\/\/cz.pinterest.com\/*",
                "https:\/\/fi.pinterest.com\/*",
                "https:\/\/gr.pinterest.com\/*",
                "https:\/\/hu.pinterest.com\/*",
                "https:\/\/id.pinterest.com\/*",
                "https:\/\/in.pinterest.com\/*",
                "https:\/\/nl.pinterest.com\/*",
                "https:\/\/no.pinterest.com\/*",
                "https:\/\/pl.pinterest.com\/*",
                "https:\/\/ro.pinterest.com\/*",
                "https:\/\/sk.pinterest.com\/*",
                "https:\/\/tr.pinterest.com\/*",
                "https:\/\/www.pinterest.at\/*",
                "https:\/\/www.pinterest.ca\/*",
                "https:\/\/www.pinterest.ch\/*",
                "https:\/\/www.pinterest.cl\/*",
                "https:\/\/www.pinterest.co.kr\/*",
                "https:\/\/www.pinterest.co.uk\/*",
                "https:\/\/www.pinterest.com.au\/*",
                "https:\/\/www.pinterest.com.mx\/*",
                "https:\/\/www.pinterest.de\/*",
                "https:\/\/www.pinterest.dk\/*",
                "https:\/\/www.pinterest.es\/*",
                "https:\/\/www.pinterest.fr\/*",
                "https:\/\/www.pinterest.ie\/*",
                "https:\/\/www.pinterest.it\/*",
                "https:\/\/www.pinterest.jp\/*",
                "https:\/\/www.pinterest.nz\/*",
                "https:\/\/www.pinterest.ph\/*",
                "https:\/\/www.pinterest.pt\/*",
                "https:\/\/www.pinterest.ru\/*",
                "https:\/\/www.pinterest.se\/*",
                "https:\/\/za.pinterest.com\/*"
            ],
            "js": [
                ".\/js\/content.js",
                ".\/js\/jquery.min.js",
                ".\/js\/masonry.min.js"
            ],
            "css": [
                ".\/css\/content.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}