PromptEasily BingAI - HDTeam
PromptEasily BingAI - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to BingAi. Try today.
What is PromptEasily BingAI - HDTeam?
PromptEasily BingAI - HDTeam is a Chrome extension developed by nguyenduc1222, and its main feature is "PromptEasily BingAI - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to BingAi. Try today.".
Extension Screenshots
Download PromptEasily BingAI - HDTeam Extension CRX File
Download PromptEasily BingAI - HDTeam extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
PromptEasily BingAI adds a list of curated prompt templates for SEO, SaaS and more to BingAi. Try today.
Extension Basic Information
Name | PromptEasily BingAI - HDTeam |
ID | ooppmcpkcepeckpaanefpjlbfejlhiaf |
Official URL | https://chromewebstore.google.com/detail/prompteasily-bingai-hdtea/ooppmcpkcepeckpaanefpjlbfejlhiaf |
Description | PromptEasily BingAI - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to BingAi. Try today. |
File Size | 426 KB |
Installation Count | 150 |
Current Version | 11.7 |
Last Updated | 2023-11-06 |
Publish Date | 2023-10-14 |
Developer | nguyenduc1222 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.facebook.com/profile.php?id=61552245567092 |
Help Page URL | https://m.me/61552245567092 |
Privacy Policy Page URL | https://ai.puno2.com/policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PromptEasily BingAI - HDTeam", "description": "PromptEasily BingAI - HDTeam adds a list of curated prompt templates for SEO, SaaS and more to BingAi. Try today.", "version": "11.7", "icons": { "16": "icons\/512.png", "32": "icons\/512.png", "48": "icons\/512.png", "64": "icons\/512.png", "72": "icons\/512.png", "80": "icons\/512.png", "92": "icons\/512.png", "128": "icons\/512.png", "256": "icons\/512.png", "512": "icons\/512.png", "1024": "icons\/512.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "Open BingAi" }, "permissions": [ "activeTab", "contextMenus" ], "omnibox": { "keyword": "aiprompt" }, "externally_connectable": { "matches": [ "https:\/\/*.puno2.com:*\/*", "https:\/\/*.prompteasily.com:*\/*" ] }, "web_accessible_resources": [ { "resources": [ "feedback.js", "config.js", "inject.js", "client.js", "utils.js", "enums.js", "messages.js", "style.css", "ai-removebg.png", "rxn.js", "list.js", "quota.js", "readability.js", "multiselect-dropdown.js" ], "matches": [ "https:\/\/*.bing.com\/*" ], "use_dynamic_url": true } ], "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "https:\/\/*.bing.com\/*" ], "run_at": "document_end" } ], "host_permissions": [ "https:\/\/*.bing.com\/*" ] } |