Indexmenow

Un outil d’indexation qui fonctionne vraiment sur Google !

Indexmenowคืออะไร?

Indexmenow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nampoinaandriamalala และคุณลักษณะหลักของมันคือ "Un outil d’indexation qui fonctionne vraiment sur Google !"

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

screenshot

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

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

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

                        Un outil d’indexation qui fonctionne vraiment sur Google ! Enfin un outil d’indexation qui fonctionne vraiment sur Google ! Consultez tous nos avis et testez par vous-même. C’est en moyenne 80% de pages indexées en 24h En plus, l’indexation est recréditée si votre URL n’est pas indexée sous 10 jours.                    

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

ชื่อ Indexmenow Indexmenow
ID nfckflgabnpbmdefidjjhoefeackkgdl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/indexmenow/nfckflgabnpbmdefidjjhoefeackkgdl
คำอธิบาย Un outil d’indexation qui fonctionne vraiment sur Google !
ขนาดไฟล์ 1.45 MB
จำนวนการติดตั้ง 528
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-12-18
วันที่เผยแพร่ 2021-12-18
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา nampoinaandriamalala
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://indexmenow.com/
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Indexmenow",
    "options_page": "options\/options.html",
    "description": "Un outil d\u2019indexation qui fonctionne vraiment sur Google !",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/indexmenow16.png",
            "32": "\/images\/indexmenow32.png",
            "48": "\/images\/indexmenow48.png",
            "128": "\/images\/indexmenow128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "\/images\/indexmenow16.png",
        "32": "\/images\/indexmenow32.png",
        "48": "\/images\/indexmenow48.png",
        "128": "\/images\/indexmenow128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/js.cookie.js",
                "js\/jquery.min.js",
                "js\/ProBar.js"
            ],
            "css": [
                "css\/font-awesome.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}