WhatsApp easy send
Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url
什麼是WhatsApp easy send?
WhatsApp easy send是由tal.barda88開發的Chrome擴展程式,該擴展的主要功能是“Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url”。
擴展截圖
下載WhatsApp easy send擴展crx文件
下載WhatsApp easy send擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easy send WhatsApp message to a number that isn't saved on your contacts list by entering number and text. If there's a 'URL' place holder in the text, will replace it with the current tab url. Known issues: 1. It's developed for the personal purposes of looking an apartment in Israel - so the message placeholder is for sending a message in Hebrew "Hey, I would be happy to get some details for the apartment.." 2. It doesn't store the latest trial so every time you click on it, you will re-enter the details
擴展基本資訊
名稱 | |
ID | dfpggoalmiggfgehidjjldkonifpijed |
官方網址 | https://chrome.google.com/webstore/detail/whatsapp-easy-send/dfpggoalmiggfgehidjjldkonifpijed |
簡介 | Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url |
檔案大小 | 14.7 MB |
安裝次數 | 69 |
目前版本 | 0.0.0.1 |
更新時間 | 2021-07-13 |
上架時間 | 2021-07-13 |
評分 | 5.00/5 共 1 次評分 |
開發者 | tal.barda88 |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://www.facebook.com/groups/supertool/permalink/717341105668298/ |
支援的語言 | |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WhatsApp easy send", "version": "0.0.0.1", "description": "Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url", "manifest_version": 2, "icons": { "16": "WhatsApp.png", "48": "WhatsApp.png", "128": "WhatsApp.png" }, "permissions": [ "tabs" ], "browser_action": { "default_popup": "popup.html", "default_title": "A popup will come" } } |